#E4C332

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

Shades of Bright Sun #E4C332

Tints of Bright Sun #E4C332

Color information

#E4C332 (or 0xE4C332) is unknown color: approx Bright Sun. HEX triplet: E4, C3 and 32. RGB value is (228,195,50). Sum of RGB (Red+Green+Blue) = 228+195+50=473 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.20% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 50 (19.92% from 255 or 10.57% from 473); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4C332 is #1B3CCD. Grayscale: #BCBCBC. Windows color (decimal): -1785038 or 3326948. OLE color: 3326948.

HSL color Cylindrical-coordinate representation of color #E4C332: hue angle of 48.88º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E4C332 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB22819550-
CMYK00.140.780.11
HSL48.88º76.72%54.51%-
HSV(B)48.88º78.07%89.41%-
XYZ52.0955.7511.03-
YUV188.3449.93156.29-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48.20%
GREEN value IS 195 (76.56% from 255) = 41.23%
BLUE value IS 50 (19.92% from 255) = 10.57%
R=48.20%
G=41.23%
B=10.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.78
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281955000.140.780.1148.8876.7254.51
HexE4C3320E4EB314d37
Octal34430362016116136111567
Binary111001001100001111001001110100111010111100011001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4C332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4C332; }

 p { color: rgb(228,195,50); }

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

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

 a { background-color: rgb(228,195,50); }

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

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

 span { border-color: rgb(228,195,50); }

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