#E1C234

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

Shades of Bright Sun #E1C234

Tints of Bright Sun #E1C234

Color information

#E1C234 (or 0xE1C234) is unknown color: approx Bright Sun. HEX triplet: E1, C2 and 34. RGB value is (225,194,52). Sum of RGB (Red+Green+Blue) = 225+194+52=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 194 (76.17% from 255 or 41.19% from 471); Blue value is 52 (20.70% from 255 or 11.04% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C234 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C234 is #1E3DCB. Grayscale: #BBBBBB. Windows color (decimal): -1981900 or 3457761. OLE color: 3457761.

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

Color convert

RGB22519452-
CMYK00.140.770.12
HSL49.25º74.25%54.31%-
HSV(B)49.25º76.89%88.24%-
XYZ50.9654.8411.15-
YUV187.0851.77155.05-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.77%
GREEN value IS 194 (76.17% from 255) = 41.19%
BLUE value IS 52 (20.70% from 255) = 11.04%
R=47.77%
G=41.19%
B=11.04%

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
Decimal2251945200.140.770.1249.2574.2554.31
HexE1C2340E4DC314a36
Octal34130264016115146111266
Binary111000011100001011010001110100110111001100011001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C234; }

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

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

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

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

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

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

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

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