Html Css Color HEX #EAAA55 Casablanca

📋 copy color: '#EAAA55'

red 234 ◦ green 170 ◦ blue 85

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

Shades of Casablanca #EAAA55

Tints of Casablanca #EAAA55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.38%

R = 47.85%
G = 34.76%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EAAA55 (or 0xEAAA55) is known color: Casablanca. HEX triplet: EA, AA and 55. RGB value is (234,170,85). Sum of RGB (Red+Green+Blue) = 234+170+85=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 85 (33.59% from 255 or 17.38% from 489); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAA55 is #1555AA. Grayscale: #B3B3B3. Windows color (decimal): -1398187 or 5614314. OLE color: 5614314.

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

Color convert

RGB 234 170 85 -
CMYK 0 0.27 0.64 0.08
HSL 34.23º 0.78% 0.63% -
HSV(B) 34.23º 0.64% 0.92% -
XYZ 49.95 46.9 15.01 -
YUV 179.45 74.7 166.91 -
System Red Green Blue C M Y K H S L
Decimal 234 170 85 0 0.27 0.64 0.08 34.23 0.78 0.63
Hex EA AA 55 0 1B 40 8 22 4E 3F
Octal 352 252 125 0 33 100 10 42 116 77
Binary 11101010 10101010 1010101 0 11011 1000000 1000 100010 1001110 111111

Color Harmonies of #EAAA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAA55

Black with #EAAA55

Text Example


Text Example

White with #EAAA55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAA55; }

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

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

background-color css

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

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

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

border-color css

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

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

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