Html Css Color HEX #EDA404 Gamboge

📋 copy color: '#EDA404'

red 237 ◦ green 164 ◦ blue 4

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

Shades of Gamboge #EDA404

Tints of Gamboge #EDA404

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.49%

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

R = 58.52%
G = 40.49%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EDA404 (or 0xEDA404) is known color: Gamboge. HEX triplet: ED, A4 and 04. RGB value is (237,164,4). Sum of RGB (Red+Green+Blue) = 237+164+4=405 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.52% from 405); Green value is 164 (64.45% from 255 or 40.49% from 405); Blue value is 4 (1.95% from 255 or 0.99% from 405); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA404 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA404 is #125BFB. Grayscale: #A8A8A8. Windows color (decimal): -1203196 or 304365. OLE color: 304365.

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

Color convert

RGB 237 164 4 -
CMYK 0 0.31 0.98 0.07
HSL 41.2º 0.97% 0.47% -
HSV(B) 41.2º 0.98% 0.93% -
XYZ 48.22 44.56 6.18 -
YUV 167.59 35.68 177.51 -
System Red Green Blue C M Y K H S L
Decimal 237 164 4 0 0.31 0.98 0.07 41.2 0.97 0.47
Hex ED A4 4 0 1F 62 7 29 61 2F
Octal 355 244 4 0 37 142 7 51 141 57
Binary 11101101 10100100 100 0 11111 1100010 111 101001 1100001 101111

Color Harmonies of #EDA404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA404

Black with #EDA404

Text Example


Text Example

White with #EDA404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA404; }

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

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

background-color css

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

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

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

border-color css

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

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

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