#E8BC3A

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

Shades of Bright Sun #E8BC3A

Tints of Bright Sun #E8BC3A

Color information

#E8BC3A (or 0xE8BC3A) is unknown color: approx Bright Sun. HEX triplet: E8, BC and 3A. RGB value is (232,188,58). Sum of RGB (Red+Green+Blue) = 232+188+58=478 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.54% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 58 (23.05% from 255 or 12.13% from 478); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BC3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8BC3A is #1743C5. Grayscale: #BABABA. Windows color (decimal): -1524678 or 3849448. OLE color: 3849448.

HSL color Cylindrical-coordinate representation of color #E8BC3A: hue angle of 44.83º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E8BC3A is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB23218858-
CMYK00.190.750.09
HSL44.83º79.09%56.86%-
HSV(B)44.83º75%90.98%-
XYZ52.0353.4311.57-
YUV186.3455.58160.57-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.54%
GREEN value IS 188 (73.83% from 255) = 39.33%
BLUE value IS 58 (23.05% from 255) = 12.13%
R=48.54%
G=39.33%
B=12.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.75
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321885800.190.750.0944.8379.0956.86
HexE8BC3A0134B92d4f39
Octal35027472023113115511771
Binary1110100010111100111010010011100101110011011011001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BC3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BC3A; }

 p { color: rgb(232,188,58); }

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

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

 a { background-color: rgb(232,188,58); }

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

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

 span { border-color: rgb(232,188,58); }

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