#E4C016

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

Shades of Sunflower #E4C016

Tints of Sunflower #E4C016

Color information

#E4C016 (or 0xE4C016) is unknown color: approx Sunflower. HEX triplet: E4, C0 and 16. RGB value is (228,192,22). Sum of RGB (Red+Green+Blue) = 228+192+22=442 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.58% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 22 (8.98% from 255 or 4.98% from 442); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4C016 is #1B3FE9. Grayscale: #B8B8B8. Windows color (decimal): -1785834 or 1491172. OLE color: 1491172.

HSL color Cylindrical-coordinate representation of color #E4C016: hue angle of 49.51º 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 #E4C016 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB22819222-
CMYK00.160.900.11
HSL49.51º82.4%49.02%-
HSV(B)49.51º90.35%89.41%-
XYZ50.9954.258.54-
YUV183.3836.93159.82-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 51.58%
GREEN value IS 192 (75.39% from 255) = 43.44%
BLUE value IS 22 (8.98% from 255) = 4.98%
R=51.58%
G=43.44%
B=4.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.90
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281922200.160.900.1149.5182.449.02
HexE4C0160105AB325231
Octal34430026020132136212261
Binary111001001100000010110010000101101010111100101010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4C016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4C016; }

 p { color: rgb(228,192,22); }

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

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

 a { background-color: rgb(228,192,22); }

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

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

 span { border-color: rgb(228,192,22); }

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