Html Css Color HEX #E7B059 Casablanca

📋 copy color: '#E7B059'

red 231 ◦ green 176 ◦ blue 89

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

Shades of Casablanca #E7B059

Tints of Casablanca #E7B059

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.48%

 BLUE value IS 89 (35.16% from 255) = 17.94%

R = 46.57%
G = 35.48%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E7B059 (or 0xE7B059) is known color: Casablanca. HEX triplet: E7, B0 and 59. RGB value is (231,176,89). Sum of RGB (Red+Green+Blue) = 231+176+89=496 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.57% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 89 (35.16% from 255 or 17.94% from 496); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B059 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7B059 is #184FA6. Grayscale: #B6B6B6. Windows color (decimal): -1593255 or 5877991. OLE color: 5877991.

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

Color convert

RGB 231 176 89 -
CMYK 0 0.24 0.61 0.09
HSL 36.76º 0.75% 0.63% -
HSV(B) 36.76º 0.61% 0.91% -
XYZ 50.28 48.76 16.21 -
YUV 182.53 75.22 162.57 -
System Red Green Blue C M Y K H S L
Decimal 231 176 89 0 0.24 0.61 0.09 36.76 0.75 0.63
Hex E7 B0 59 0 18 3D 9 25 4B 3F
Octal 347 260 131 0 30 75 11 45 113 77
Binary 11100111 10110000 1011001 0 11000 111101 1001 100101 1001011 111111

Color Harmonies of #E7B059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7B059

Black with #E7B059

Text Example


Text Example

White with #E7B059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7B059; }

 p { color: rgb(231,176,89); }

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

background-color css

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

 a { background-color: rgb(231,176,89); }

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

border-color css

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

 span { border-color: rgb(231,176,89); }

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