Html Css Color HEX #E8AD5A Casablanca

📋 copy color: '#E8AD5A'

red 232 ◦ green 173 ◦ blue 90

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

Shades of Casablanca #E8AD5A

Tints of Casablanca #E8AD5A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.95%

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

R = 46.87%
G = 34.95%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E8AD5A (or 0xE8AD5A) is known color: Casablanca. HEX triplet: E8, AD and 5A. RGB value is (232,173,90). Sum of RGB (Red+Green+Blue) = 232+173+90=495 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.87% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 90 (35.55% from 255 or 18.18% from 495); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AD5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8AD5A is #1752A5. Grayscale: #B5B5B5. Windows color (decimal): -1528486 or 5942760. OLE color: 5942760.

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

Color convert

RGB 232 173 90 -
CMYK 0 0.25 0.61 0.09
HSL 35.07º 0.76% 0.63% -
HSV(B) 35.07º 0.61% 0.91% -
XYZ 50.07 47.78 16.26 -
YUV 181.18 76.55 164.25 -
System Red Green Blue C M Y K H S L
Decimal 232 173 90 0 0.25 0.61 0.09 35.07 0.76 0.63
Hex E8 AD 5A 0 19 3D 9 23 4C 3F
Octal 350 255 132 0 31 75 11 43 114 77
Binary 11101000 10101101 1011010 0 11001 111101 1001 100011 1001100 111111

Color Harmonies of #E8AD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AD5A

Black with #E8AD5A

Text Example


Text Example

White with #E8AD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AD5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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