#E4BE2D

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

Shades of Bright Sun #E4BE2D

Tints of Bright Sun #E4BE2D

Color information

#E4BE2D (or 0xE4BE2D) is unknown color: approx Bright Sun. HEX triplet: E4, BE and 2D. RGB value is (228,190,45). Sum of RGB (Red+Green+Blue) = 228+190+45=463 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.24% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 45 (17.97% from 255 or 9.72% from 463); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4BE2D is #1B41D2. Grayscale: #B9B9B9. Windows color (decimal): -1786323 or 2997988. OLE color: 2997988.

HSL color Cylindrical-coordinate representation of color #E4BE2D: hue angle of 47.54º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E4BE2D is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB22819045-
CMYK00.170.800.11
HSL47.54º77.22%53.53%-
HSV(B)47.54º80.26%89.41%-
XYZ50.8853.5110.13-
YUV184.8349.09158.79-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 49.24%
GREEN value IS 190 (74.61% from 255) = 41.04%
BLUE value IS 45 (17.97% from 255) = 9.72%
R=49.24%
G=41.04%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.80
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281904500.170.800.1147.5477.2253.53
HexE4BE2D01150B304d36
Octal34427655021120136011566
Binary1110010010111110101101010001101000010111100001001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BE2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BE2D; }

 p { color: rgb(228,190,45); }

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

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

 a { background-color: rgb(228,190,45); }

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

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

 span { border-color: rgb(228,190,45); }

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