Html Css Color HEX #EDA604 Gamboge

📋 copy color: '#EDA604'

red 237 ◦ green 166 ◦ blue 4

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

Shades of Gamboge #EDA604

Tints of Gamboge #EDA604

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.79%

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

R = 58.23%
G = 40.79%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EDA604 (or 0xEDA604) is known color: Gamboge. HEX triplet: ED, A6 and 04. RGB value is (237,166,4). Sum of RGB (Red+Green+Blue) = 237+166+4=407 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.23% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 4 (1.95% from 255 or 0.98% from 407); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA604 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA604 is #1259FB. Grayscale: #A9A9A9. Windows color (decimal): -1202684 or 304877. OLE color: 304877.

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

Color convert

RGB 237 166 4 -
CMYK 0 0.30 0.98 0.07
HSL 41.72º 0.97% 0.47% -
HSV(B) 41.72º 0.98% 0.93% -
XYZ 48.58 45.29 6.3 -
YUV 168.76 35.02 176.67 -
System Red Green Blue C M Y K H S L
Decimal 237 166 4 0 0.30 0.98 0.07 41.72 0.97 0.47
Hex ED A6 4 0 1E 62 7 2A 61 2F
Octal 355 246 4 0 36 142 7 52 141 57
Binary 11101101 10100110 100 0 11110 1100010 111 101010 1100001 101111

Color Harmonies of #EDA604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA604

Black with #EDA604

Text Example


Text Example

White with #EDA604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA604; }

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

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

background-color css

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

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

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

border-color css

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

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

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