#E8B25B

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

Shades of Casablanca #E8B25B

Tints of Casablanca #E8B25B

Color information

#E8B25B (or 0xE8B25B) is unknown color: approx Casablanca. HEX triplet: E8, B2 and 5B. RGB value is (232,178,91). Sum of RGB (Red+Green+Blue) = 232+178+91=501 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.31% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 91 (35.94% from 255 or 18.16% from 501); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B25B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8B25B is #174DA4. Grayscale: #B8B8B8. Windows color (decimal): -1527205 or 6009576. OLE color: 6009576.

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

Color convert

RGB23217891-
CMYK00.230.610.09
HSL37.02º75.4%63.33%-
HSV(B)37.02º60.78%90.98%-
XYZ51.0949.7516.81-
YUV184.2375.39162.07-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.31%
GREEN value IS 178 (69.92% from 255) = 35.53%
BLUE value IS 91 (35.94% from 255) = 18.16%
R=46.31%
G=35.53%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321789100.230.610.0937.0275.463.33
HexE8B25B0173D9254b3f
Octal35026213302775114511377
Binary1110100010110010101101101011111110110011001011001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B25B; }

 p { color: rgb(232,178,91); }

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

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

 a { background-color: rgb(232,178,91); }

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

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

 span { border-color: rgb(232,178,91); }

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