Html Css Color HEX #EAA655 Casablanca

📋 copy color: '#EAA655'

red 234 ◦ green 166 ◦ blue 85

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

Shades of Casablanca #EAA655

Tints of Casablanca #EAA655

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.23%

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

R = 48.25%
G = 34.23%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EAA655 (or 0xEAA655) is known color: Casablanca. HEX triplet: EA, A6 and 55. RGB value is (234,166,85). Sum of RGB (Red+Green+Blue) = 234+166+85=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 85 (33.59% from 255 or 17.53% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA655 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA655 is #1559AA. Grayscale: #B1B1B1. Windows color (decimal): -1399211 or 5613290. OLE color: 5613290.

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

Color convert

RGB 234 166 85 -
CMYK 0 0.29 0.64 0.08
HSL 32.62º 0.78% 0.63% -
HSV(B) 32.62º 0.64% 0.92% -
XYZ 49.21 45.42 14.77 -
YUV 177.1 76.03 168.59 -
System Red Green Blue C M Y K H S L
Decimal 234 166 85 0 0.29 0.64 0.08 32.62 0.78 0.63
Hex EA A6 55 0 1D 40 8 21 4E 3F
Octal 352 246 125 0 35 100 10 41 116 77
Binary 11101010 10100110 1010101 0 11101 1000000 1000 100001 1001110 111111

Color Harmonies of #EAA655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA655

Black with #EAA655

Text Example


Text Example

White with #EAA655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA655; }

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

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

background-color css

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

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

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

border-color css

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

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

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