#e5bf2d

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

Shades of Bright Sun #E5BF2D

Tints of Bright Sun #E5BF2D

Color information

#E5BF2D (or 0xE5BF2D) is unknown color: approx Bright Sun. HEX triplet: E5, BF and 2D. RGB value is (229,191,45). Sum of RGB (Red+Green+Blue) = 229+191+45=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 45 (17.97% from 255 or 9.68% from 465); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BF2D is #1A40D2. Grayscale: #BABABA. Windows color (decimal): -1720531 or 2998245. OLE color: 2998245.

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

Color convert

RGB22919145-
CMYK00.170.800.10
HSL47.61º77.97%53.73%-
HSV(B)47.61º80.35%89.8%-
XYZ51.4254.1110.22-
YUV185.7248.59158.87-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.25%
GREEN value IS 191 (75% from 255) = 41.08%
BLUE value IS 45 (17.97% from 255) = 9.68%
R=49.25%
G=41.08%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.80
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291914500.170.800.1047.6177.9753.73
HexE5BF2D01150A304e36
Octal34527755021120126011666
Binary1110010110111111101101010001101000010101100001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5bf2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5bf2d; }

 p { color: rgb(229,191,45); }

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

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

 a { background-color: rgb(229,191,45); }

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

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

 span { border-color: rgb(229,191,45); }

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