#E0CE1E

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

Shades of Sunflower #E0CE1E

Tints of Sunflower #E0CE1E

Color information

#E0CE1E (or 0xE0CE1E) is unknown color: approx Sunflower. HEX triplet: E0, CE and 1E. RGB value is (224,206,30). Sum of RGB (Red+Green+Blue) = 224+206+30=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 30 (12.11% from 255 or 6.52% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CE1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0CE1E is #1F31E1. Grayscale: #C0C0C0. Windows color (decimal): -2044386 or 2019040. OLE color: 2019040.

HSL color Cylindrical-coordinate representation of color #E0CE1E: hue angle of 54.43º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E0CE1E is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB22420630-
CMYK00.080.870.12
HSL54.43º76.38%49.8%-
HSV(B)54.43º86.61%87.84%-
XYZ53.0560.0810.03-
YUV191.3236.96151.31-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.70%
GREEN value IS 206 (80.86% from 255) = 44.78%
BLUE value IS 30 (12.11% from 255) = 6.52%
R=48.70%
G=44.78%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.87
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242063000.080.870.1254.4376.3849.8
HexE0CE1E0857C364c32
Octal34031636010127146611462
Binary11100000110011101111001000101011111001101101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CE1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CE1E; }

 p { color: rgb(224,206,30); }

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

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

 a { background-color: rgb(224,206,30); }

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

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

 span { border-color: rgb(224,206,30); }

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