#e3bc2c

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

Shades of Bright Sun #E3BC2C

Tints of Bright Sun #E3BC2C

Color information

#E3BC2C (or 0xE3BC2C) is unknown color: approx Bright Sun. HEX triplet: E3, BC and 2C. RGB value is (227,188,44). Sum of RGB (Red+Green+Blue) = 227+188+44=459 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.46% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 44 (17.58% from 255 or 9.59% from 459); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3BC2C is #1C43D3. Grayscale: #B7B7B7. Windows color (decimal): -1852372 or 2931939. OLE color: 2931939.

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

Color convert

RGB22718844-
CMYK00.170.810.11
HSL47.21º76.57%53.14%-
HSV(B)47.21º80.62%89.02%-
XYZ50.1252.489.87-
YUV183.2449.42159.21-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 49.46%
GREEN value IS 188 (73.83% from 255) = 40.96%
BLUE value IS 44 (17.58% from 255) = 9.59%
R=49.46%
G=40.96%
B=9.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271884400.170.810.1147.2176.5753.14
HexE3BC2C01151B2f4d35
Octal34327454021121135711565
Binary1110001110111100101100010001101000110111011111001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e3bc2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e3bc2c; }

 p { color: rgb(227,188,44); }

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

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

 a { background-color: rgb(227,188,44); }

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

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

 span { border-color: rgb(227,188,44); }

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