#e1c306

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

Shades of Sunflower #E1C306

Tints of Sunflower #E1C306

Color information

#E1C306 (or 0xE1C306) is unknown color: approx Sunflower. HEX triplet: E1, C3 and 06. RGB value is (225,195,6). Sum of RGB (Red+Green+Blue) = 225+195+6=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 195 (76.56% from 255 or 45.77% from 426); Blue value is 6 (2.73% from 255 or 1.41% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C306 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1C306 is #1E3CF9. Grayscale: #B7B7B7. Windows color (decimal): -1981690 or 443361. OLE color: 443361.

HSL color Cylindrical-coordinate representation of color #E1C306: hue angle of 51.78º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E1C306 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.12.

Color convert

RGB2251956-
CMYK00.130.970.12
HSL51.78º94.81%45.29%-
HSV(B)51.78º97.33%88.24%-
XYZ50.655.058.13-
YUV182.4228.44158.37-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.82%
GREEN value IS 195 (76.56% from 255) = 45.77%
BLUE value IS 6 (2.73% from 255) = 1.41%
R=52.82%
G=45.77%
B=1.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.97
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225195600.130.970.1251.7894.8145.29
HexE1C360D61C345f2d
Octal3413036015141146413755
Binary111000011100001111001101110000111001101001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1c306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1c306; }

 p { color: rgb(225,195,6); }

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

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

 a { background-color: rgb(225,195,6); }

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

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

 span { border-color: rgb(225,195,6); }

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