#E3CE14

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

Shades of Sunflower #E3CE14

Tints of Sunflower #E3CE14

Color information

#E3CE14 (or 0xE3CE14) is unknown color: approx Sunflower. HEX triplet: E3, CE and 14. RGB value is (227,206,20). Sum of RGB (Red+Green+Blue) = 227+206+20=453 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50.11% from 453); Green value is 206 (80.86% from 255 or 45.47% from 453); Blue value is 20 (8.20% from 255 or 4.42% from 453); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CE14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3CE14 is #1C31EB. Grayscale: #BFBFBF. Windows color (decimal): -1847788 or 1363683. OLE color: 1363683.

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

Color convert

RGB22720620-
CMYK00.090.910.11
HSL53.91º83.81%48.43%-
HSV(B)53.91º91.19%89.02%-
XYZ53.8860.529.5-
YUV191.0831.46153.62-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 50.11%
GREEN value IS 206 (80.86% from 255) = 45.47%
BLUE value IS 20 (8.20% from 255) = 4.42%
R=50.11%
G=45.47%
B=4.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.91
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272062000.090.910.1153.9183.8148.43
HexE3CE14095BB365430
Octal34331624011133136612460
Binary11100011110011101010001001101101110111101101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CE14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CE14; }

 p { color: rgb(227,206,20); }

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

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

 a { background-color: rgb(227,206,20); }

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

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

 span { border-color: rgb(227,206,20); }

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