#EDCA02

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

Shades of Golden Poppy #EDCA02

Tints of Golden Poppy #EDCA02

Color information

#EDCA02 (or 0xEDCA02) is unknown color: approx Golden Poppy. HEX triplet: ED, CA and 02. RGB value is (237,202,2). Sum of RGB (Red+Green+Blue) = 237+202+2=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 2 (1.17% from 255 or 0.45% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCA02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCA02 is #1235FD. Grayscale: #BEBEBE. Windows color (decimal): -1193470 or 183021. OLE color: 183021.

HSL color Cylindrical-coordinate representation of color #EDCA02: hue angle of 51.06º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EDCA02 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB2372022-
CMYK00.150.990.07
HSL51.06º98.33%46.86%-
HSV(B)51.06º99.16%92.94%-
XYZ56.0660.258.73-
YUV189.6722.1161.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.74%
GREEN value IS 202 (79.30% from 255) = 45.80%
BLUE value IS 2 (1.17% from 255) = 0.45%
R=53.74%
G=45.80%
B=0.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.99
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237202200.150.990.0751.0698.3346.86
HexEDCA20F63733622f
Octal355312201714376314257
Binary1110110111001010100111111000111111100111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCA02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCA02; }

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

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

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

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

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

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

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

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