#E4CF0E

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

Shades of Sunflower #E4CF0E

Tints of Sunflower #E4CF0E

Color information

#E4CF0E (or 0xE4CF0E) is unknown color: approx Sunflower. HEX triplet: E4, CF and 0E. RGB value is (228,207,14). Sum of RGB (Red+Green+Blue) = 228+207+14=449 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.78% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 14 (5.86% from 255 or 3.12% from 449); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CF0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4CF0E is #1B30F1. Grayscale: #C0C0C0. Windows color (decimal): -1782002 or 970724. OLE color: 970724.

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

Color convert

RGB22820714-
CMYK00.090.940.11
HSL54.11º88.43%47.45%-
HSV(B)54.11º93.86%89.41%-
XYZ54.3961.159.35-
YUV191.2827.96154.19-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 50.78%
GREEN value IS 207 (81.25% from 255) = 46.10%
BLUE value IS 14 (5.86% from 255) = 3.12%
R=50.78%
G=46.10%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.94
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2282071400.090.940.1154.1188.4347.45
HexE4CFE095EB36582f
Octal34431716011136136613057
Binary1110010011001111111001001101111010111101101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CF0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CF0E; }

 p { color: rgb(228,207,14); }

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

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

 a { background-color: rgb(228,207,14); }

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

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

 span { border-color: rgb(228,207,14); }

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