Html Css Color HEX #E7AC50 Casablanca

📋 copy color: '#E7AC50'

red 231 ◦ green 172 ◦ blue 80

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

Shades of Casablanca #E7AC50

Tints of Casablanca #E7AC50

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.61%

 BLUE value IS 80 (31.64% from 255) = 16.56%

R = 47.83%
G = 35.61%
B = 16.56%

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

#E7AC50 (or 0xE7AC50) is known color: Casablanca. HEX triplet: E7, AC and 50. RGB value is (231,172,80). Sum of RGB (Red+Green+Blue) = 231+172+80=483 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.83% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 80 (31.64% from 255 or 16.56% from 483); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AC50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AC50 is #1853AF. Grayscale: #B3B3B3. Windows color (decimal): -1594288 or 5287143. OLE color: 5287143.

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

Color convert

RGB 231 172 80 -
CMYK 0 0.26 0.65 0.09
HSL 36.56º 0.76% 0.61% -
HSV(B) 36.56º 0.65% 0.91% -
XYZ 49.16 47.07 14.08 -
YUV 179.15 72.05 164.98 -
System Red Green Blue C M Y K H S L
Decimal 231 172 80 0 0.26 0.65 0.09 36.56 0.76 0.61
Hex E7 AC 50 0 1A 41 9 25 4C 3D
Octal 347 254 120 0 32 101 11 45 114 75
Binary 11100111 10101100 1010000 0 11010 1000001 1001 100101 1001100 111101

Color Harmonies of #E7AC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AC50

Black with #E7AC50

Text Example


Text Example

White with #E7AC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AC50; }

 p { color: rgb(231,172,80); }

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

background-color css

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

 a { background-color: rgb(231,172,80); }

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

border-color css

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

 span { border-color: rgb(231,172,80); }

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