Html Css Color HEX #E8AC5B Casablanca

📋 copy color: '#E8AC5B'

red 232 ◦ green 172 ◦ blue 91

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

Shades of Casablanca #E8AC5B

Tints of Casablanca #E8AC5B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.75%

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

R = 46.87%
G = 34.75%
B = 18.38%

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

#E8AC5B (or 0xE8AC5B) is known color: Casablanca. HEX triplet: E8, AC and 5B. RGB value is (232,172,91). Sum of RGB (Red+Green+Blue) = 232+172+91=495 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.87% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 91 (35.94% from 255 or 18.38% from 495); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AC5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8AC5B is #1753A4. Grayscale: #B5B5B5. Windows color (decimal): -1528741 or 6008040. OLE color: 6008040.

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

Color convert

RGB 232 172 91 -
CMYK 0 0.26 0.61 0.09
HSL 34.47º 0.75% 0.63% -
HSV(B) 34.47º 0.61% 0.91% -
XYZ 49.92 47.42 16.42 -
YUV 180.71 77.38 164.59 -
System Red Green Blue C M Y K H S L
Decimal 232 172 91 0 0.26 0.61 0.09 34.47 0.75 0.63
Hex E8 AC 5B 0 1A 3D 9 22 4B 3F
Octal 350 254 133 0 32 75 11 42 113 77
Binary 11101000 10101100 1011011 0 11010 111101 1001 100010 1001011 111111

Color Harmonies of #E8AC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AC5B

Black with #E8AC5B

Text Example


Text Example

White with #E8AC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AC5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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