Html Css Color HEX #EDA704 Gamboge

📋 copy color: '#EDA704'

red 237 ◦ green 167 ◦ blue 4

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

Shades of Gamboge #EDA704

Tints of Gamboge #EDA704

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.93%

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

R = 58.09%
G = 40.93%
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

#EDA704 (or 0xEDA704) is known color: Gamboge. HEX triplet: ED, A7 and 04. RGB value is (237,167,4). Sum of RGB (Red+Green+Blue) = 237+167+4=408 (54% of max value = 765). Red value is 237 (92.97% from 255 or 58.09% from 408); Green value is 167 (65.62% from 255 or 40.93% from 408); Blue value is 4 (1.95% from 255 or 0.98% from 408); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA704 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA704 is #1258FB. Grayscale: #AAAAAA. Windows color (decimal): -1202428 or 305133. OLE color: 305133.

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

Color convert

RGB 237 167 4 -
CMYK 0 0.30 0.98 0.07
HSL 41.97º 0.97% 0.47% -
HSV(B) 41.97º 0.98% 0.93% -
XYZ 48.77 45.65 6.36 -
YUV 169.35 34.69 176.25 -
System Red Green Blue C M Y K H S L
Decimal 237 167 4 0 0.30 0.98 0.07 41.97 0.97 0.47
Hex ED A7 4 0 1E 62 7 2A 61 2F
Octal 355 247 4 0 36 142 7 52 141 57
Binary 11101101 10100111 100 0 11110 1100010 111 101010 1100001 101111

Color Harmonies of #EDA704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA704

Black with #EDA704

Text Example


Text Example

White with #EDA704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA704; }

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

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

background-color css

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

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

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

border-color css

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

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

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