Html Css Color HEX #E8AC5A Casablanca

📋 copy color: '#E8AC5A'

red 232 ◦ green 172 ◦ blue 90

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

Shades of Casablanca #E8AC5A

Tints of Casablanca #E8AC5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.22%

R = 46.96%
G = 34.82%
B = 18.22%

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

#E8AC5A (or 0xE8AC5A) is known color: Casablanca. HEX triplet: E8, AC and 5A. RGB value is (232,172,90). Sum of RGB (Red+Green+Blue) = 232+172+90=494 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.96% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 90 (35.55% from 255 or 18.22% from 494); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AC5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8AC5A is #1753A5. Grayscale: #B4B4B4. Windows color (decimal): -1528742 or 5942504. OLE color: 5942504.

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

Color convert

RGB 232 172 90 -
CMYK 0 0.26 0.61 0.09
HSL 34.65º 0.76% 0.63% -
HSV(B) 34.65º 0.61% 0.91% -
XYZ 49.88 47.4 16.19 -
YUV 180.59 76.88 164.67 -
System Red Green Blue C M Y K H S L
Decimal 232 172 90 0 0.26 0.61 0.09 34.65 0.76 0.63
Hex E8 AC 5A 0 1A 3D 9 23 4C 3F
Octal 350 254 132 0 32 75 11 43 114 77
Binary 11101000 10101100 1011010 0 11010 111101 1001 100011 1001100 111111

Color Harmonies of #E8AC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AC5A

Black with #E8AC5A

Text Example


Text Example

White with #E8AC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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