Html Css Color HEX #E8AF56 Casablanca

📋 copy color: '#E8AF56'

red 232 ◦ green 175 ◦ blue 86

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

Shades of Casablanca #E8AF56

Tints of Casablanca #E8AF56

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.5%

 BLUE value IS 86 (33.98% from 255) = 17.44%

R = 47.06%
G = 35.5%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#E8AF56 (or 0xE8AF56) is known color: Casablanca. HEX triplet: E8, AF and 56. RGB value is (232,175,86). Sum of RGB (Red+Green+Blue) = 232+175+86=493 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.06% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 86 (33.98% from 255 or 17.44% from 493); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8AF56 is #1750A9. Grayscale: #B6B6B6. Windows color (decimal): -1527978 or 5681128. OLE color: 5681128.

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

Color convert

RGB 232 175 86 -
CMYK 0 0.25 0.63 0.09
HSL 36.58º 0.76% 0.62% -
HSV(B) 36.58º 0.63% 0.91% -
XYZ 50.29 48.49 15.51 -
YUV 181.9 73.88 163.74 -
System Red Green Blue C M Y K H S L
Decimal 232 175 86 0 0.25 0.63 0.09 36.58 0.76 0.62
Hex E8 AF 56 0 19 3F 9 25 4C 3E
Octal 350 257 126 0 31 77 11 45 114 76
Binary 11101000 10101111 1010110 0 11001 111111 1001 100101 1001100 111110

Color Harmonies of #E8AF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AF56

Black with #E8AF56

Text Example


Text Example

White with #E8AF56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AF56; }

 p { color: rgb(232,175,86); }

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

background-color css

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

 a { background-color: rgb(232,175,86); }

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

border-color css

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

 span { border-color: rgb(232,175,86); }

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