#E2BF33

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

Shades of Bright Sun #E2BF33

Tints of Bright Sun #E2BF33

Color information

#E2BF33 (or 0xE2BF33) is unknown color: approx Bright Sun. HEX triplet: E2, BF and 33. RGB value is (226,191,51). Sum of RGB (Red+Green+Blue) = 226+191+51=468 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.29% from 468); Green value is 191 (75% from 255 or 40.81% from 468); Blue value is 51 (20.31% from 255 or 10.90% from 468); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BF33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BF33 is #1D40CC. Grayscale: #BABABA. Windows color (decimal): -1917133 or 3391458. OLE color: 3391458.

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

Color convert

RGB22619151-
CMYK00.150.770.11
HSL48º75.11%54.31%-
HSV(B)48º77.43%88.63%-
XYZ50.5953.6710.82-
YUV185.552.1156.88-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 48.29%
GREEN value IS 191 (75% from 255) = 40.81%
BLUE value IS 51 (20.31% from 255) = 10.90%
R=48.29%
G=40.81%
B=10.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.77
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261915100.150.770.114875.1154.31
HexE2BF330F4DB304b36
Octal34227763017115136011366
Binary111000101011111111001101111100110110111100001001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BF33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BF33; }

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

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

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

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

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

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

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

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