#E2BD33

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

Shades of Bright Sun #E2BD33

Tints of Bright Sun #E2BD33

Color information

#E2BD33 (or 0xE2BD33) is unknown color: approx Bright Sun. HEX triplet: E2, BD and 33. RGB value is (226,189,51). Sum of RGB (Red+Green+Blue) = 226+189+51=466 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.50% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 51 (20.31% from 255 or 10.94% from 466); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BD33 is #1D42CC. Grayscale: #B8B8B8. Windows color (decimal): -1917645 or 3390946. OLE color: 3390946.

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

Color convert

RGB22618951-
CMYK00.160.770.11
HSL47.31º75.11%54.31%-
HSV(B)47.31º77.43%88.63%-
XYZ50.1652.810.68-
YUV184.3352.76157.72-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 48.50%
GREEN value IS 189 (74.22% from 255) = 40.56%
BLUE value IS 51 (20.31% from 255) = 10.94%
R=48.50%
G=40.56%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.77
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261895100.160.770.1147.3175.1154.31
HexE2BD330104DB2f4b36
Octal34227563020115135711366
Binary1110001010111101110011010000100110110111011111001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BD33; }

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

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

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

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

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

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

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

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