#E8BD35

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

Shades of Bright Sun #E8BD35

Tints of Bright Sun #E8BD35

Color information

#E8BD35 (or 0xE8BD35) is unknown color: approx Bright Sun. HEX triplet: E8, BD and 35. RGB value is (232,189,53). Sum of RGB (Red+Green+Blue) = 232+189+53=474 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.95% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 53 (21.09% from 255 or 11.18% from 474); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BD35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8BD35 is #1742CA. Grayscale: #BABABA. Windows color (decimal): -1524427 or 3522024. OLE color: 3522024.

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

Color convert

RGB23218953-
CMYK00.190.770.09
HSL45.59º79.56%55.88%-
HSV(B)45.59º77.16%90.98%-
XYZ52.1253.8111.01-
YUV186.3552.75160.56-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.95%
GREEN value IS 189 (74.22% from 255) = 39.87%
BLUE value IS 53 (21.09% from 255) = 11.18%
R=48.95%
G=39.87%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.77
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321895300.190.770.0945.5979.5655.88
HexE8BD350134D92e5038
Octal35027565023115115612070
Binary1110100010111101110101010011100110110011011101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BD35; }

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

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

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

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

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

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

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

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