Html Css Color HEX #E8AB5B Casablanca

📋 copy color: '#E8AB5B'

red 232 ◦ green 171 ◦ blue 91

#E8AB5B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Casablanca #E8AB5B

Tints of Casablanca #E8AB5B

RGB

 RED value IS 232 (91.02% from 255) = 46.96%

 GREEN value IS 171 (67.19% from 255) = 34.62%

 BLUE value IS 91 (35.94% from 255) = 18.42%

R = 46.96%
G = 34.62%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E8AB5B (or 0xE8AB5B) is known color: Casablanca. HEX triplet: E8, AB and 5B. RGB value is (232,171,91). Sum of RGB (Red+Green+Blue) = 232+171+91=494 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.96% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 91 (35.94% from 255 or 18.42% from 494); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AB5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8AB5B is #1754A4. Grayscale: #B4B4B4. Windows color (decimal): -1528997 or 6007784. OLE color: 6007784.

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

Color convert

RGB 232 171 91 -
CMYK 0 0.26 0.61 0.09
HSL 34.04º 0.75% 0.63% -
HSV(B) 34.04º 0.61% 0.91% -
XYZ 49.73 47.04 16.36 -
YUV 180.12 77.71 165 -
System Red Green Blue C M Y K H S L
Decimal 232 171 91 0 0.26 0.61 0.09 34.04 0.75 0.63
Hex E8 AB 5B 0 1A 3D 9 22 4B 3F
Octal 350 253 133 0 32 75 11 42 113 77
Binary 11101000 10101011 1011011 0 11010 111101 1001 100010 1001011 111111

Color Harmonies of #E8AB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AB5B

Black with #E8AB5B

Text Example


Text Example

White with #E8AB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AB5B; }

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

 H1.HeaderClassName
 {
   color: #E8AB5B;
 }
 .AnyTagClassName
 {
   color: #E8AB5B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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