#EDCA04

Color #EDCA04 Golden Poppy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Poppy #EDCA04

Tints of Golden Poppy #EDCA04

Color information

#EDCA04 (or 0xEDCA04) is unknown color: approx Golden Poppy. HEX triplet: ED, CA and 04. RGB value is (237,202,4). Sum of RGB (Red+Green+Blue) = 237+202+4=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 202 (79.30% from 255 or 45.60% from 443); Blue value is 4 (1.95% from 255 or 0.90% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCA04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCA04 is #1235FB. Grayscale: #BEBEBE. Windows color (decimal): -1193468 or 314093. OLE color: 314093.

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

Color convert

RGB2372024-
CMYK00.150.980.07
HSL50.99º96.68%47.25%-
HSV(B)50.99º98.31%92.94%-
XYZ56.0760.258.79-
YUV189.8923.1161.6-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.50%
GREEN value IS 202 (79.30% from 255) = 45.60%
BLUE value IS 4 (1.95% from 255) = 0.90%
R=53.50%
G=45.60%
B=0.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.98
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237202400.150.980.0750.9996.6847.25
HexEDCA40F62733612f
Octal355312401714276314157
Binary11101101110010101000111111000101111100111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCA04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCA04; }

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

 H1.HeaderClassName
 {
   color: #EDCA04;
 }
 .AnyTagClassName
 {
   color: #EDCA04;
 }
</style>
background-color css

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

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

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

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

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

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