Html Css Color HEX #E7AF56 Casablanca

📋 copy color: '#E7AF56'

red 231 ◦ green 175 ◦ blue 86

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

Shades of Casablanca #E7AF56

Tints of Casablanca #E7AF56

RGB

 RED value IS 231 (90.63% from 255) = 46.95%

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

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

R = 46.95%
G = 35.57%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#E7AF56 (or 0xE7AF56) is known color: Casablanca. HEX triplet: E7, AF and 56. RGB value is (231,175,86). Sum of RGB (Red+Green+Blue) = 231+175+86=492 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.95% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 86 (33.98% from 255 or 17.48% from 492); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AF56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AF56 is #1850A9. Grayscale: #B6B6B6. Windows color (decimal): -1593514 or 5681127. OLE color: 5681127.

HSL color Cylindrical-coordinate representation of color #E7AF56: hue angle of 36.83º degrees, saturation: 0.75, 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 #E7AF56 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 175 86 -
CMYK 0 0.24 0.63 0.09
HSL 36.83º 0.75% 0.62% -
HSV(B) 36.83º 0.63% 0.91% -
XYZ 49.96 48.32 15.5 -
YUV 181.6 74.05 163.24 -
System Red Green Blue C M Y K H S L
Decimal 231 175 86 0 0.24 0.63 0.09 36.83 0.75 0.62
Hex E7 AF 56 0 18 3F 9 25 4B 3E
Octal 347 257 126 0 30 77 11 45 113 76
Binary 11100111 10101111 1010110 0 11000 111111 1001 100101 1001011 111110

Color Harmonies of #E7AF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AF56

Black with #E7AF56

Text Example


Text Example

White with #E7AF56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AF56; }

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

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

background-color css

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

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

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

border-color css

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

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

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