Html Css Color HEX #E7AF58 Casablanca

📋 copy color: '#E7AF58'

red 231 ◦ green 175 ◦ blue 88

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

Shades of Casablanca #E7AF58

Tints of Casablanca #E7AF58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.81%

R = 46.76%
G = 35.43%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.09

RGB Variations

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

Color information

#E7AF58 (or 0xE7AF58) is known color: Casablanca. HEX triplet: E7, AF and 58. RGB value is (231,175,88). Sum of RGB (Red+Green+Blue) = 231+175+88=494 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.76% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 88 (34.77% from 255 or 17.81% from 494); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AF58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AF58 is #1850A7. Grayscale: #B6B6B6. Windows color (decimal): -1593512 or 5812199. OLE color: 5812199.

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

Color convert

RGB 231 175 88 -
CMYK 0 0.24 0.62 0.09
HSL 36.5º 0.75% 0.63% -
HSV(B) 36.5º 0.62% 0.91% -
XYZ 50.05 48.35 15.93 -
YUV 181.83 75.05 163.07 -
System Red Green Blue C M Y K H S L
Decimal 231 175 88 0 0.24 0.62 0.09 36.5 0.75 0.63
Hex E7 AF 58 0 18 3E 9 25 4B 3F
Octal 347 257 130 0 30 76 11 45 113 77
Binary 11100111 10101111 1011000 0 11000 111110 1001 100101 1001011 111111

Color Harmonies of #E7AF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AF58

Black with #E7AF58

Text Example


Text Example

White with #E7AF58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AF58; }

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

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

background-color css

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

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

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

border-color css

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

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

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