#E0BD33

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

Shades of Bright Sun #E0BD33

Tints of Bright Sun #E0BD33

Color information

#E0BD33 (or 0xE0BD33) is unknown color: approx Bright Sun. HEX triplet: E0, BD and 33. RGB value is (224,189,51). Sum of RGB (Red+Green+Blue) = 224+189+51=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 51 (20.31% from 255 or 10.99% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0BD33 is #1F42CC. Grayscale: #B8B8B8. Windows color (decimal): -2048717 or 3390944. OLE color: 3390944.

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

Color convert

RGB22418951-
CMYK00.160.770.12
HSL47.86º73.62%53.92%-
HSV(B)47.86º77.23%87.84%-
XYZ49.5452.4810.65-
YUV183.7353.1156.72-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.28%
GREEN value IS 189 (74.22% from 255) = 40.73%
BLUE value IS 51 (20.31% from 255) = 10.99%
R=48.28%
G=40.73%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241895100.160.770.1247.8673.6253.92
HexE0BD330104DC304a36
Octal34027563020115146011266
Binary1110000010111101110011010000100110111001100001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BD33; }

 p { color: rgb(224,189,51); }

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

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

 a { background-color: rgb(224,189,51); }

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

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

 span { border-color: rgb(224,189,51); }

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