#EDCA0B

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

Shades of Golden Poppy #EDCA0B

Tints of Golden Poppy #EDCA0B

Color information

#EDCA0B (or 0xEDCA0B) is unknown color: approx Golden Poppy. HEX triplet: ED, CA and 0B. RGB value is (237,202,11). Sum of RGB (Red+Green+Blue) = 237+202+11=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 11 (4.69% from 255 or 2.44% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCA0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCA0B is #1235F4. Grayscale: #BFBFBF. Windows color (decimal): -1193461 or 772845. OLE color: 772845.

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

Color convert

RGB23720211-
CMYK00.150.950.07
HSL50.71º91.13%48.63%-
HSV(B)50.71º95.36%92.94%-
XYZ56.1160.278.99-
YUV190.6926.6161.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 52.67%
GREEN value IS 202 (79.30% from 255) = 44.89%
BLUE value IS 11 (4.69% from 255) = 2.44%
R=52.67%
G=44.89%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.95
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372021100.150.950.0750.7191.1348.63
HexEDCAB0F5F7335b31
Octal3553121301713776313361
Binary111011011100101010110111110111111111100111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCA0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCA0B; }

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

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

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

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

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

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

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

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