Html Css Color HEX #E7B054 Casablanca

📋 copy color: '#E7B054'

red 231 ◦ green 176 ◦ blue 84

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

Shades of Casablanca #E7B054

Tints of Casablanca #E7B054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.11%

R = 47.05%
G = 35.85%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#E7B054 (or 0xE7B054) is known color: Casablanca. HEX triplet: E7, B0 and 54. RGB value is (231,176,84). Sum of RGB (Red+Green+Blue) = 231+176+84=491 (65% of max value = 765). Red value is 231 (90.62% from 255 or 47.05% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 84 (33.20% from 255 or 17.11% from 491); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B054 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7B054 is #184FAB. Grayscale: #B6B6B6. Windows color (decimal): -1593260 or 5550311. OLE color: 5550311.

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

Color convert

RGB 231 176 84 -
CMYK 0 0.24 0.64 0.09
HSL 37.55º 0.75% 0.62% -
HSV(B) 37.55º 0.64% 0.91% -
XYZ 50.08 48.68 15.14 -
YUV 181.96 72.72 162.98 -
System Red Green Blue C M Y K H S L
Decimal 231 176 84 0 0.24 0.64 0.09 37.55 0.75 0.62
Hex E7 B0 54 0 18 40 9 26 4B 3E
Octal 347 260 124 0 30 100 11 46 113 76
Binary 11100111 10110000 1010100 0 11000 1000000 1001 100110 1001011 111110

Color Harmonies of #E7B054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7B054

Black with #E7B054

Text Example


Text Example

White with #E7B054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7B054; }

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

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

background-color css

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

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

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

border-color css

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

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

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