Html Css Color HEX #EDC409 Golden Poppy

📋 copy color: '#EDC409'

red 237 ◦ green 196 ◦ blue 9

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

Shades of Golden Poppy #EDC409

Tints of Golden Poppy #EDC409

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.34%

 BLUE value IS 9 (3.91% from 255) = 2.04%

R = 53.62%
G = 44.34%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EDC409 (or 0xEDC409) is known color: Golden Poppy. HEX triplet: ED, C4 and 09. RGB value is (237,196,9). Sum of RGB (Red+Green+Blue) = 237+196+9=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 196 (76.95% from 255 or 44.34% from 442); Blue value is 9 (3.91% from 255 or 2.04% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC409 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC409 is #123BF6. Grayscale: #BBBBBB. Windows color (decimal): -1194999 or 640237. OLE color: 640237.

HSL color Cylindrical-coordinate representation of color #EDC409: hue angle of 49.21º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EDC409 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 196 9 -
CMYK 0 0.17 0.96 0.07
HSL 49.21º 0.93% 0.48% -
HSV(B) 49.21º 0.96% 0.93% -
XYZ 54.71 57.5 8.47 -
YUV 186.94 27.58 163.71 -
System Red Green Blue C M Y K H S L
Decimal 237 196 9 0 0.17 0.96 0.07 49.21 0.93 0.48
Hex ED C4 9 0 11 60 7 31 5D 30
Octal 355 304 11 0 21 140 7 61 135 60
Binary 11101101 11000100 1001 0 10001 1100000 111 110001 1011101 110000

Color Harmonies of #EDC409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC409

Black with #EDC409

Text Example


Text Example

White with #EDC409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC409; }

 p { color: rgb(237,196,9); }

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

background-color css

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

 a { background-color: rgb(237,196,9); }

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

border-color css

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

 span { border-color: rgb(237,196,9); }

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