Html Css Color HEX #EAA854 Casablanca

📋 copy color: '#EAA854'

red 234 ◦ green 168 ◦ blue 84

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

Shades of Casablanca #EAA854

Tints of Casablanca #EAA854

RGB

 RED value IS 234 (91.8% from 255) = 48.15%

 GREEN value IS 168 (66.02% from 255) = 34.57%

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

R = 48.15%
G = 34.57%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EAA854 (or 0xEAA854) is known color: Casablanca. HEX triplet: EA, A8 and 54. RGB value is (234,168,84). Sum of RGB (Red+Green+Blue) = 234+168+84=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 84 (33.20% from 255 or 17.28% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA854 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA854 is #1557AB. Grayscale: #B2B2B2. Windows color (decimal): -1398700 or 5548266. OLE color: 5548266.

HSL color Cylindrical-coordinate representation of color #EAA854: hue angle of 33.6º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EAA854 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 168 84 -
CMYK 0 0.28 0.64 0.08
HSL 33.6º 0.78% 0.62% -
HSV(B) 33.6º 0.64% 0.92% -
XYZ 49.53 46.14 14.68 -
YUV 178.16 74.87 167.83 -
System Red Green Blue C M Y K H S L
Decimal 234 168 84 0 0.28 0.64 0.08 33.6 0.78 0.62
Hex EA A8 54 0 1C 40 8 22 4E 3E
Octal 352 250 124 0 34 100 10 42 116 76
Binary 11101010 10101000 1010100 0 11100 1000000 1000 100010 1001110 111110

Color Harmonies of #EAA854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA854

Black with #EAA854

Text Example


Text Example

White with #EAA854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA854; }

 p { color: rgb(234,168,84); }

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

background-color css

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

 a { background-color: rgb(234,168,84); }

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

border-color css

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

 span { border-color: rgb(234,168,84); }

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