Html Css Color HEX #EDA208 Gamboge

📋 copy color: '#EDA208'

red 237 ◦ green 162 ◦ blue 8

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

Shades of Gamboge #EDA208

Tints of Gamboge #EDA208

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.8%

 BLUE value IS 8 (3.52% from 255) = 1.97%

R = 58.23%
G = 39.8%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EDA208 (or 0xEDA208) is known color: Gamboge. HEX triplet: ED, A2 and 08. RGB value is (237,162,8). Sum of RGB (Red+Green+Blue) = 237+162+8=407 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.23% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 8 (3.52% from 255 or 1.97% from 407); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA208 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA208 is #125DF7. Grayscale: #A7A7A7. Windows color (decimal): -1203704 or 565997. OLE color: 565997.

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

Color convert

RGB 237 162 8 -
CMYK 0 0.32 0.97 0.07
HSL 40.35º 0.93% 0.48% -
HSV(B) 40.35º 0.97% 0.93% -
XYZ 47.89 43.86 6.17 -
YUV 166.87 38.35 178.02 -
System Red Green Blue C M Y K H S L
Decimal 237 162 8 0 0.32 0.97 0.07 40.35 0.93 0.48
Hex ED A2 8 0 20 61 7 28 5D 30
Octal 355 242 10 0 40 141 7 50 135 60
Binary 11101101 10100010 1000 0 100000 1100001 111 101000 1011101 110000

Color Harmonies of #EDA208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA208

Black with #EDA208

Text Example


Text Example

White with #EDA208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA208; }

 p { color: rgb(237,162,8); }

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

background-color css

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

 a { background-color: rgb(237,162,8); }

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

border-color css

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

 span { border-color: rgb(237,162,8); }

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