#E1C32F

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

Shades of Bright Sun #E1C32F

Tints of Bright Sun #E1C32F

Color information

#E1C32F (or 0xE1C32F) is unknown color: approx Bright Sun. HEX triplet: E1, C3 and 2F. RGB value is (225,195,47). Sum of RGB (Red+Green+Blue) = 225+195+47=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 47 (18.75% from 255 or 10.06% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C32F is #1E3CD0. Grayscale: #BBBBBB. Windows color (decimal): -1981649 or 3130337. OLE color: 3130337.

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

Color convert

RGB22519547-
CMYK00.130.790.12
HSL49.89º74.79%53.33%-
HSV(B)49.89º79.11%88.24%-
XYZ51.0855.2410.66-
YUV187.148.94155.03-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.18%
GREEN value IS 195 (76.56% from 255) = 41.76%
BLUE value IS 47 (18.75% from 255) = 10.06%
R=48.18%
G=41.76%
B=10.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.79
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251954700.130.790.1249.8974.7953.33
HexE1C32F0D4FC324b35
Octal34130357015117146211365
Binary111000011100001110111101101100111111001100101001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C32F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C32F; }

 p { color: rgb(225,195,47); }

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

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

 a { background-color: rgb(225,195,47); }

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

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

 span { border-color: rgb(225,195,47); }

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