Html Css Color HEX #EDA004 Gamboge

📋 copy color: '#EDA004'

red 237 ◦ green 160 ◦ blue 4

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

Shades of Gamboge #EDA004

Tints of Gamboge #EDA004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1%

R = 59.1%
G = 39.9%
B = 1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EDA004 (or 0xEDA004) is known color: Gamboge. HEX triplet: ED, A0 and 04. RGB value is (237,160,4). Sum of RGB (Red+Green+Blue) = 237+160+4=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 160 (62.89% from 255 or 39.90% from 401); Blue value is 4 (1.95% from 255 or 1.00% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA004 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA004 is #125FFB. Grayscale: #A5A5A5. Windows color (decimal): -1204220 or 303341. OLE color: 303341.

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

Color convert

RGB 237 160 4 -
CMYK 0 0.32 0.98 0.07
HSL 40.17º 0.97% 0.47% -
HSV(B) 40.17º 0.98% 0.93% -
XYZ 47.52 43.15 5.94 -
YUV 165.24 37.01 179.18 -
System Red Green Blue C M Y K H S L
Decimal 237 160 4 0 0.32 0.98 0.07 40.17 0.97 0.47
Hex ED A0 4 0 20 62 7 28 61 2F
Octal 355 240 4 0 40 142 7 50 141 57
Binary 11101101 10100000 100 0 100000 1100010 111 101000 1100001 101111

Color Harmonies of #EDA004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA004

Black with #EDA004

Text Example


Text Example

White with #EDA004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA004; }

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

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

background-color css

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

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

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

border-color css

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

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

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