#E0CA0D

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

Shades of Sunflower #E0CA0D

Tints of Sunflower #E0CA0D

Color information

#E0CA0D (or 0xE0CA0D) is unknown color: approx Sunflower. HEX triplet: E0, CA and 0D. RGB value is (224,202,13). Sum of RGB (Red+Green+Blue) = 224+202+13=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 13 (5.47% from 255 or 2.96% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CA0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0CA0D is #1F35F2. Grayscale: #BBBBBB. Windows color (decimal): -2045427 or 903904. OLE color: 903904.

HSL color Cylindrical-coordinate representation of color #E0CA0D: hue angle of 53.74º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0CA0D is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB22420213-
CMYK00.100.940.12
HSL53.74º89.03%46.47%-
HSV(B)53.74º94.2%87.84%-
XYZ51.9358.128.86-
YUV187.0329.79154.37-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.03%
GREEN value IS 202 (79.30% from 255) = 46.01%
BLUE value IS 13 (5.47% from 255) = 2.96%
R=51.03%
G=46.01%
B=2.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.94
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242021300.100.940.1253.7489.0346.47
HexE0CAD0A5EC36592e
Octal34031215012136146613156
Binary1110000011001010110101010101111011001101101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CA0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CA0D; }

 p { color: rgb(224,202,13); }

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

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

 a { background-color: rgb(224,202,13); }

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

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

 span { border-color: rgb(224,202,13); }

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