Html Css Color HEX #EDA008 Gamboge

📋 copy color: '#EDA008'

red 237 ◦ green 160 ◦ blue 8

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

Shades of Gamboge #EDA008

Tints of Gamboge #EDA008

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.51%

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

R = 58.52%
G = 39.51%
B = 1.98%

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

#EDA008 (or 0xEDA008) is known color: Gamboge. HEX triplet: ED, A0 and 08. RGB value is (237,160,8). Sum of RGB (Red+Green+Blue) = 237+160+8=405 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.52% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 8 (3.52% from 255 or 1.98% from 405); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA008 is #125FF7. Grayscale: #A6A6A6. Windows color (decimal): -1204216 or 565485. OLE color: 565485.

HSL color Cylindrical-coordinate representation of color #EDA008: hue angle of 39.83º 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 #EDA008 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 160 8 -
CMYK 0 0.32 0.97 0.07
HSL 39.83º 0.93% 0.48% -
HSV(B) 39.83º 0.97% 0.93% -
XYZ 47.54 43.16 6.06 -
YUV 165.7 39.01 178.86 -
System Red Green Blue C M Y K H S L
Decimal 237 160 8 0 0.32 0.97 0.07 39.83 0.93 0.48
Hex ED A0 8 0 20 61 7 28 5D 30
Octal 355 240 10 0 40 141 7 50 135 60
Binary 11101101 10100000 1000 0 100000 1100001 111 101000 1011101 110000

Color Harmonies of #EDA008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA008

Black with #EDA008

Text Example


Text Example

White with #EDA008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA008; }

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

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

background-color css

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

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

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

border-color css

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

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

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