#E1C134

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

Shades of Bright Sun #E1C134

Tints of Bright Sun #E1C134

Color information

#E1C134 (or 0xE1C134) is unknown color: approx Bright Sun. HEX triplet: E1, C1 and 34. RGB value is (225,193,52). Sum of RGB (Red+Green+Blue) = 225+193+52=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 193 (75.78% from 255 or 41.06% from 470); Blue value is 52 (20.70% from 255 or 11.06% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C134 is #1E3ECB. Grayscale: #BBBBBB. Windows color (decimal): -1982156 or 3457505. OLE color: 3457505.

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

Color convert

RGB22519352-
CMYK00.140.770.12
HSL48.9º74.25%54.31%-
HSV(B)48.9º76.89%88.24%-
XYZ50.7454.411.07-
YUV186.4952.1155.46-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.87%
GREEN value IS 193 (75.78% from 255) = 41.06%
BLUE value IS 52 (20.70% from 255) = 11.06%
R=47.87%
G=41.06%
B=11.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251935200.140.770.1248.974.2554.31
HexE1C1340E4DC314a36
Octal34130164016115146111266
Binary111000011100000111010001110100110111001100011001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C134; }

 p { color: rgb(225,193,52); }

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

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

 a { background-color: rgb(225,193,52); }

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

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

 span { border-color: rgb(225,193,52); }

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