Html Css Color HEX #E8AB52 Casablanca

📋 copy color: '#E8AB52'

red 232 ◦ green 171 ◦ blue 82

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

Shades of Casablanca #E8AB52

Tints of Casablanca #E8AB52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.91%

R = 47.84%
G = 35.26%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E8AB52 (or 0xE8AB52) is known color: Casablanca. HEX triplet: E8, AB and 52. RGB value is (232,171,82). Sum of RGB (Red+Green+Blue) = 232+171+82=485 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.84% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 82 (32.42% from 255 or 16.91% from 485); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AB52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8AB52 is #1754AD. Grayscale: #B3B3B3. Windows color (decimal): -1529006 or 5417960. OLE color: 5417960.

HSL color Cylindrical-coordinate representation of color #E8AB52: hue angle of 35.6º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E8AB52 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 171 82 -
CMYK 0 0.26 0.65 0.09
HSL 35.6º 0.77% 0.62% -
HSV(B) 35.6º 0.65% 0.91% -
XYZ 49.36 46.89 14.43 -
YUV 179.09 73.21 165.74 -
System Red Green Blue C M Y K H S L
Decimal 232 171 82 0 0.26 0.65 0.09 35.6 0.77 0.62
Hex E8 AB 52 0 1A 41 9 24 4D 3E
Octal 350 253 122 0 32 101 11 44 115 76
Binary 11101000 10101011 1010010 0 11010 1000001 1001 100100 1001101 111110

Color Harmonies of #E8AB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AB52

Black with #E8AB52

Text Example


Text Example

White with #E8AB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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