#E1CA0C

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

Shades of Sunflower #E1CA0C

Tints of Sunflower #E1CA0C

Color information

#E1CA0C (or 0xE1CA0C) is unknown color: approx Sunflower. HEX triplet: E1, CA and 0C. RGB value is (225,202,12). Sum of RGB (Red+Green+Blue) = 225+202+12=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 12 (5.08% from 255 or 2.73% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1CA0C is #1E35F3. Grayscale: #BCBCBC. Windows color (decimal): -1979892 or 838369. OLE color: 838369.

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

Color convert

RGB22520212-
CMYK00.100.950.12
HSL53.52º89.87%46.47%-
HSV(B)53.52º94.67%88.24%-
XYZ52.2458.288.84-
YUV187.2229.12154.95-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.25%
GREEN value IS 202 (79.30% from 255) = 46.01%
BLUE value IS 12 (5.08% from 255) = 2.73%
R=51.25%
G=46.01%
B=2.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.95
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252021200.100.950.1253.5289.8746.47
HexE1CAC0A5FC365a2e
Octal34131214012137146613256
Binary1110000111001010110001010101111111001101101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CA0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CA0C; }

 p { color: rgb(225,202,12); }

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

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

 a { background-color: rgb(225,202,12); }

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

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

 span { border-color: rgb(225,202,12); }

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