Html Css Color HEX #EDA111 Gamboge

📋 copy color: '#EDA111'

red 237 ◦ green 161 ◦ blue 17

#EDA111
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gamboge #EDA111

Tints of Gamboge #EDA111

RGB

 RED value IS 237 (92.97% from 255) = 57.11%

 GREEN value IS 161 (63.28% from 255) = 38.8%

 BLUE value IS 17 (7.03% from 255) = 4.1%

R = 57.11%
G = 38.8%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EDA111 (or 0xEDA111) is known color: Gamboge. HEX triplet: ED, A1 and 11. RGB value is (237,161,17). Sum of RGB (Red+Green+Blue) = 237+161+17=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 17 (7.03% from 255 or 4.10% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA111 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA111 is #125EEE. Grayscale: #A7A7A7. Windows color (decimal): -1203951 or 1155565. OLE color: 1155565.

HSL color Cylindrical-coordinate representation of color #EDA111: hue angle of 39.27º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EDA111 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 161 17 -
CMYK 0 0.32 0.93 0.07
HSL 39.27º 0.87% 0.5% -
HSV(B) 39.27º 0.93% 0.93% -
XYZ 47.77 43.53 6.42 -
YUV 167.31 43.18 177.71 -
System Red Green Blue C M Y K H S L
Decimal 237 161 17 0 0.32 0.93 0.07 39.27 0.87 0.5
Hex ED A1 11 0 20 5D 7 27 57 32
Octal 355 241 21 0 40 135 7 47 127 62
Binary 11101101 10100001 10001 0 100000 1011101 111 100111 1010111 110010

Color Harmonies of #EDA111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA111

Black with #EDA111

Text Example


Text Example

White with #EDA111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA111; }

 p { color: rgb(237,161,17); }

 H1.HeaderClassName
 {
   color: #EDA111;
 }
 .AnyTagClassName
 {
   color: #EDA111;
 }
</style>

background-color css

<style>
 a { background-color: #EDA111; }

 a { background-color: rgb(237,161,17); }

 div.DivClassName
 {
   background-color: #EDA111;
 }
 .BgClassName
 {
   background-color: #EDA111;
 }
</style>

border-color css

<style>
 span { border-color: #EDA111; }

 span { border-color: rgb(237,161,17); }

 td.TdClassName
 {
   border-color: #EDA111;
 }
 .TagClassName
 {
   border-color: #EDA111;
 }
</style>