#E1C42A

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

Shades of Bright Sun #E1C42A

Tints of Bright Sun #E1C42A

Color information

#E1C42A (or 0xE1C42A) is unknown color: approx Bright Sun. HEX triplet: E1, C4 and 2A. RGB value is (225,196,42). Sum of RGB (Red+Green+Blue) = 225+196+42=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 196 (76.95% from 255 or 42.33% from 463); Blue value is 42 (16.80% from 255 or 9.07% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C42A is #1E3BD5. Grayscale: #BBBBBB. Windows color (decimal): -1981398 or 2802913. OLE color: 2802913.

HSL color Cylindrical-coordinate representation of color #E1C42A: hue angle of 50.49º 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 #E1C42A is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB22519642-
CMYK00.130.810.12
HSL50.49º75.31%52.35%-
HSV(B)50.49º81.33%88.24%-
XYZ51.2155.6510.23-
YUV187.1246.11155.02-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.60%
GREEN value IS 196 (76.95% from 255) = 42.33%
BLUE value IS 42 (16.80% from 255) = 9.07%
R=48.60%
G=42.33%
B=9.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.81
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251964200.130.810.1250.4975.3152.35
HexE1C42A0D51C324b34
Octal34130452015121146211364
Binary111000011100010010101001101101000111001100101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C42A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C42A; }

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

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

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

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

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

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

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

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