#E1C22E

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

Shades of Bright Sun #E1C22E

Tints of Bright Sun #E1C22E

Color information

#E1C22E (or 0xE1C22E) is unknown color: approx Bright Sun. HEX triplet: E1, C2 and 2E. RGB value is (225,194,46). Sum of RGB (Red+Green+Blue) = 225+194+46=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 46 (18.36% from 255 or 9.89% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C22E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C22E is #1E3DD1. Grayscale: #BBBBBB. Windows color (decimal): -1981906 or 3064545. OLE color: 3064545.

HSL color Cylindrical-coordinate representation of color #E1C22E: hue angle of 49.61º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1C22E is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB22519446-
CMYK00.140.800.12
HSL49.61º74.9%53.14%-
HSV(B)49.61º79.56%88.24%-
XYZ50.8454.7910.48-
YUV186.448.77155.53-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.39%
GREEN value IS 194 (76.17% from 255) = 41.72%
BLUE value IS 46 (18.36% from 255) = 9.89%
R=48.39%
G=41.72%
B=9.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251944600.140.800.1249.6174.953.14
HexE1C22E0E50C324b35
Octal34130256016120146211365
Binary111000011100001010111001110101000011001100101001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C22E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C22E; }

 p { color: rgb(225,194,46); }

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

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

 a { background-color: rgb(225,194,46); }

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

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

 span { border-color: rgb(225,194,46); }

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