Html Css Color HEX #EAAC55 Casablanca

📋 copy color: '#EAAC55'

red 234 ◦ green 172 ◦ blue 85

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

Shades of Casablanca #EAAC55

Tints of Casablanca #EAAC55

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.03%

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

R = 47.66%
G = 35.03%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EAAC55 (or 0xEAAC55) is known color: Casablanca. HEX triplet: EA, AC and 55. RGB value is (234,172,85). Sum of RGB (Red+Green+Blue) = 234+172+85=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 85 (33.59% from 255 or 17.31% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAC55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAC55 is #1553AA. Grayscale: #B5B5B5. Windows color (decimal): -1397675 or 5614826. OLE color: 5614826.

HSL color Cylindrical-coordinate representation of color #EAAC55: hue angle of 35.03º 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 #EAAC55 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 172 85 -
CMYK 0 0.26 0.64 0.08
HSL 35.03º 0.78% 0.63% -
HSV(B) 35.03º 0.64% 0.92% -
XYZ 50.32 47.65 15.14 -
YUV 180.62 74.04 166.07 -
System Red Green Blue C M Y K H S L
Decimal 234 172 85 0 0.26 0.64 0.08 35.03 0.78 0.63
Hex EA AC 55 0 1A 40 8 23 4E 3F
Octal 352 254 125 0 32 100 10 43 116 77
Binary 11101010 10101100 1010101 0 11010 1000000 1000 100011 1001110 111111

Color Harmonies of #EAAC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAC55

Black with #EAAC55

Text Example


Text Example

White with #EAAC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAC55; }

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

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

background-color css

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

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

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

border-color css

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

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

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