Html Css Color HEX #EAAA5A Casablanca

📋 copy color: '#EAAA5A'

red 234 ◦ green 170 ◦ blue 90

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

Shades of Casablanca #EAAA5A

Tints of Casablanca #EAAA5A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.41%

 BLUE value IS 90 (35.55% from 255) = 18.22%

R = 47.37%
G = 34.41%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EAAA5A (or 0xEAAA5A) is known color: Casablanca. HEX triplet: EA, AA and 5A. RGB value is (234,170,90). Sum of RGB (Red+Green+Blue) = 234+170+90=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 90 (35.55% from 255 or 18.22% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAA5A is #1555A5. Grayscale: #B4B4B4. Windows color (decimal): -1398182 or 5941994. OLE color: 5941994.

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

Color convert

RGB 234 170 90 -
CMYK 0 0.27 0.62 0.08
HSL 33.33º 0.77% 0.64% -
HSV(B) 33.33º 0.62% 0.92% -
XYZ 50.15 46.98 16.1 -
YUV 180.02 77.2 166.5 -
System Red Green Blue C M Y K H S L
Decimal 234 170 90 0 0.27 0.62 0.08 33.33 0.77 0.64
Hex EA AA 5A 0 1B 3E 8 21 4D 40
Octal 352 252 132 0 33 76 10 41 115 100
Binary 11101010 10101010 1011010 0 11011 111110 1000 100001 1001101 1000000

Color Harmonies of #EAAA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAA5A

Black with #EAAA5A

Text Example


Text Example

White with #EAAA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAA5A; }

 p { color: rgb(234,170,90); }

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

background-color css

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

 a { background-color: rgb(234,170,90); }

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

border-color css

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

 span { border-color: rgb(234,170,90); }

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