#E3CD0C

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

Shades of Sunflower #E3CD0C

Tints of Sunflower #E3CD0C

Color information

#E3CD0C (or 0xE3CD0C) is unknown color: approx Sunflower. HEX triplet: E3, CD and 0C. RGB value is (227,205,12). Sum of RGB (Red+Green+Blue) = 227+205+12=444 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.13% from 444); Green value is 205 (80.47% from 255 or 46.17% from 444); Blue value is 12 (5.08% from 255 or 2.70% from 444); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3CD0C is #1C32F3. Grayscale: #BEBEBE. Windows color (decimal): -1848052 or 839139. OLE color: 839139.

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

Color convert

RGB22720512-
CMYK00.100.950.11
HSL53.86º89.96%46.86%-
HSV(B)53.86º94.71%89.02%-
XYZ53.5860.029.11-
YUV189.5827.79154.69-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 51.13%
GREEN value IS 205 (80.47% from 255) = 46.17%
BLUE value IS 12 (5.08% from 255) = 2.70%
R=51.13%
G=46.17%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.95
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272051200.100.950.1153.8689.9646.86
HexE3CDC0A5FB365a2f
Octal34331514012137136613257
Binary1110001111001101110001010101111110111101101011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CD0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CD0C; }

 p { color: rgb(227,205,12); }

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

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

 a { background-color: rgb(227,205,12); }

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

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

 span { border-color: rgb(227,205,12); }

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