#E8BF35

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

Shades of Bright Sun #E8BF35

Tints of Bright Sun #E8BF35

Color information

#E8BF35 (or 0xE8BF35) is unknown color: approx Bright Sun. HEX triplet: E8, BF and 35. RGB value is (232,191,53). Sum of RGB (Red+Green+Blue) = 232+191+53=476 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.74% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 53 (21.09% from 255 or 11.13% from 476); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BF35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8BF35 is #1740CA. Grayscale: #BCBCBC. Windows color (decimal): -1523915 or 3522536. OLE color: 3522536.

HSL color Cylindrical-coordinate representation of color #E8BF35: hue angle of 46.26º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E8BF35 is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.09.

Color convert

RGB23219153-
CMYK00.180.770.09
HSL46.26º79.56%55.88%-
HSV(B)46.26º77.16%90.98%-
XYZ52.5554.6711.15-
YUV187.5352.08159.72-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.74%
GREEN value IS 191 (75% from 255) = 40.13%
BLUE value IS 53 (21.09% from 255) = 11.13%
R=48.74%
G=40.13%
B=11.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.77
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321915300.180.770.0946.2679.5655.88
HexE8BF350124D92e5038
Octal35027765022115115612070
Binary1110100010111111110101010010100110110011011101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BF35; }

 p { color: rgb(232,191,53); }

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

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

 a { background-color: rgb(232,191,53); }

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

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

 span { border-color: rgb(232,191,53); }

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