#E2CF16

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

Shades of Sunflower #E2CF16

Tints of Sunflower #E2CF16

Color information

#E2CF16 (or 0xE2CF16) is unknown color: approx Sunflower. HEX triplet: E2, CF and 16. RGB value is (226,207,22). Sum of RGB (Red+Green+Blue) = 226+207+22=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 22 (8.98% from 255 or 4.84% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2CF16 is #1D30E9. Grayscale: #C0C0C0. Windows color (decimal): -1913066 or 1495010. OLE color: 1495010.

HSL color Cylindrical-coordinate representation of color #E2CF16: hue angle of 54.41º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E2CF16 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB22620722-
CMYK00.080.900.11
HSL54.41º82.26%48.63%-
HSV(B)54.41º90.27%88.63%-
XYZ53.8260.859.67-
YUV191.5932.29152.54-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.67%
GREEN value IS 207 (81.25% from 255) = 45.49%
BLUE value IS 22 (8.98% from 255) = 4.84%
R=49.67%
G=45.49%
B=4.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.90
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262072200.080.900.1154.4182.2648.63
HexE2CF16085AB365231
Octal34231726010132136612261
Binary11100010110011111011001000101101010111101101010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CF16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CF16; }

 p { color: rgb(226,207,22); }

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

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

 a { background-color: rgb(226,207,22); }

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

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

 span { border-color: rgb(226,207,22); }

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