#E1C22A

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

Shades of Bright Sun #E1C22A

Tints of Bright Sun #E1C22A

Color information

#E1C22A (or 0xE1C22A) is unknown color: approx Bright Sun. HEX triplet: E1, C2 and 2A. RGB value is (225,194,42). Sum of RGB (Red+Green+Blue) = 225+194+42=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 42 (16.80% from 255 or 9.11% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C22A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C22A is #1E3DD5. Grayscale: #BABABA. Windows color (decimal): -1981910 or 2802401. OLE color: 2802401.

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

Color convert

RGB22519442-
CMYK00.140.810.12
HSL49.84º75.31%52.35%-
HSV(B)49.84º81.33%88.24%-
XYZ50.7654.7610.08-
YUV185.9446.77155.86-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.81%
GREEN value IS 194 (76.17% from 255) = 42.08%
BLUE value IS 42 (16.80% from 255) = 9.11%
R=48.81%
G=42.08%
B=9.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.81
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251944200.140.810.1249.8475.3152.35
HexE1C22A0E51C324b34
Octal34130252016121146211364
Binary111000011100001010101001110101000111001100101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C22A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C22A; }

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

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

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

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

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

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

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

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