Html Css Color HEX #EDA806 Gamboge

📋 copy color: '#EDA806'

red 237 ◦ green 168 ◦ blue 6

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

Shades of Gamboge #EDA806

Tints of Gamboge #EDA806

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.88%

 BLUE value IS 6 (2.73% from 255) = 1.46%

R = 57.66%
G = 40.88%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EDA806 (or 0xEDA806) is known color: Gamboge. HEX triplet: ED, A8 and 06. RGB value is (237,168,6). Sum of RGB (Red+Green+Blue) = 237+168+6=411 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.66% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 6 (2.73% from 255 or 1.46% from 411); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA806 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA806 is #1257F9. Grayscale: #AAAAAA. Windows color (decimal): -1202170 or 436461. OLE color: 436461.

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

Color convert

RGB 237 168 6 -
CMYK 0 0.29 0.97 0.07
HSL 42.08º 0.95% 0.48% -
HSV(B) 42.08º 0.97% 0.93% -
XYZ 48.96 46.02 6.48 -
YUV 170.16 35.36 175.67 -
System Red Green Blue C M Y K H S L
Decimal 237 168 6 0 0.29 0.97 0.07 42.08 0.95 0.48
Hex ED A8 6 0 1D 61 7 2A 5F 30
Octal 355 250 6 0 35 141 7 52 137 60
Binary 11101101 10101000 110 0 11101 1100001 111 101010 1011111 110000

Color Harmonies of #EDA806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA806

Black with #EDA806

Text Example


Text Example

White with #EDA806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA806; }

 p { color: rgb(237,168,6); }

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

background-color css

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

 a { background-color: rgb(237,168,6); }

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

border-color css

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

 span { border-color: rgb(237,168,6); }

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