Html Css Color HEX #E7A74D Casablanca

📋 copy color: '#E7A74D'

red 231 ◦ green 167 ◦ blue 77

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

Shades of Casablanca #E7A74D

Tints of Casablanca #E7A74D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.16%

 BLUE value IS 77 (30.47% from 255) = 16.21%

R = 48.63%
G = 35.16%
B = 16.21%

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

#E7A74D (or 0xE7A74D) is known color: Casablanca. HEX triplet: E7, A7 and 4D. RGB value is (231,167,77). Sum of RGB (Red+Green+Blue) = 231+167+77=475 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.63% from 475); Green value is 167 (65.62% from 255 or 35.16% from 475); Blue value is 77 (30.47% from 255 or 16.21% from 475); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A74D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A74D is #1858B2. Grayscale: #B0B0B0. Windows color (decimal): -1595571 or 5089255. OLE color: 5089255.

HSL color Cylindrical-coordinate representation of color #E7A74D: hue angle of 35.06º 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 #E7A74D is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 167 77 -
CMYK 0 0.28 0.67 0.09
HSL 35.06º 0.76% 0.6% -
HSV(B) 35.06º 0.67% 0.91% -
XYZ 48.11 45.16 13.2 -
YUV 175.88 72.2 167.32 -
System Red Green Blue C M Y K H S L
Decimal 231 167 77 0 0.28 0.67 0.09 35.06 0.76 0.6
Hex E7 A7 4D 0 1C 43 9 23 4C 3C
Octal 347 247 115 0 34 103 11 43 114 74
Binary 11100111 10100111 1001101 0 11100 1000011 1001 100011 1001100 111100

Color Harmonies of #E7A74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A74D

Black with #E7A74D

Text Example


Text Example

White with #E7A74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A74D; }

 p { color: rgb(231,167,77); }

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

background-color css

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

 a { background-color: rgb(231,167,77); }

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

border-color css

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

 span { border-color: rgb(231,167,77); }

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