Html Css Color HEX #E7A64C Casablanca

📋 copy color: '#E7A64C'

red 231 ◦ green 166 ◦ blue 76

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

Shades of Casablanca #E7A64C

Tints of Casablanca #E7A64C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.1%

 BLUE value IS 76 (30.08% from 255) = 16.07%

R = 48.84%
G = 35.1%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E7A64C (or 0xE7A64C) is known color: Casablanca. HEX triplet: E7, A6 and 4C. RGB value is (231,166,76). Sum of RGB (Red+Green+Blue) = 231+166+76=473 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.84% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 76 (30.08% from 255 or 16.07% from 473); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A64C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A64C is #1859B3. Grayscale: #AFAFAF. Windows color (decimal): -1595828 or 5023463. OLE color: 5023463.

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

Color convert

RGB 231 166 76 -
CMYK 0 0.28 0.67 0.09
HSL 34.84º 0.76% 0.6% -
HSV(B) 34.84º 0.67% 0.91% -
XYZ 47.9 44.78 12.96 -
YUV 175.18 72.03 167.82 -
System Red Green Blue C M Y K H S L
Decimal 231 166 76 0 0.28 0.67 0.09 34.84 0.76 0.6
Hex E7 A6 4C 0 1C 43 9 23 4C 3C
Octal 347 246 114 0 34 103 11 43 114 74
Binary 11100111 10100110 1001100 0 11100 1000011 1001 100011 1001100 111100

Color Harmonies of #E7A64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A64C

Black with #E7A64C

Text Example


Text Example

White with #E7A64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A64C; }

 p { color: rgb(231,166,76); }

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

background-color css

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

 a { background-color: rgb(231,166,76); }

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

border-color css

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

 span { border-color: rgb(231,166,76); }

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