Html Css Color HEX #EDA807 Gamboge

📋 copy color: '#EDA807'

red 237 ◦ green 168 ◦ blue 7

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

Shades of Gamboge #EDA807

Tints of Gamboge #EDA807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.7%

R = 57.52%
G = 40.78%
B = 1.7%

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

#EDA807 (or 0xEDA807) is known color: Gamboge. HEX triplet: ED, A8 and 07. RGB value is (237,168,7). Sum of RGB (Red+Green+Blue) = 237+168+7=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 168 (66.02% from 255 or 40.78% from 412); Blue value is 7 (3.12% from 255 or 1.70% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA807 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA807 is #1257F8. Grayscale: #AAAAAA. Windows color (decimal): -1202169 or 501997. OLE color: 501997.

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

Color convert

RGB 237 168 7 -
CMYK 0 0.29 0.97 0.07
HSL 42º 0.94% 0.48% -
HSV(B) 42º 0.97% 0.93% -
XYZ 48.97 46.03 6.5 -
YUV 170.28 35.86 175.59 -
System Red Green Blue C M Y K H S L
Decimal 237 168 7 0 0.29 0.97 0.07 42 0.94 0.48
Hex ED A8 7 0 1D 61 7 2A 5E 30
Octal 355 250 7 0 35 141 7 52 136 60
Binary 11101101 10101000 111 0 11101 1100001 111 101010 1011110 110000

Color Harmonies of #EDA807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA807

Black with #EDA807

Text Example


Text Example

White with #EDA807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA807; }

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

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

background-color css

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

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

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

border-color css

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

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

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