Html Css Color HEX #EAA656 Casablanca

📋 copy color: '#EAA656'

red 234 ◦ green 166 ◦ blue 86

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

Shades of Casablanca #EAA656

Tints of Casablanca #EAA656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 17.7%

R = 48.15%
G = 34.16%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EAA656 (or 0xEAA656) is known color: Casablanca. HEX triplet: EA, A6 and 56. RGB value is (234,166,86). Sum of RGB (Red+Green+Blue) = 234+166+86=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 86 (33.98% from 255 or 17.70% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA656 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA656 is #1559A9. Grayscale: #B1B1B1. Windows color (decimal): -1399210 or 5678826. OLE color: 5678826.

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

Color convert

RGB 234 166 86 -
CMYK 0 0.29 0.63 0.08
HSL 32.43º 0.78% 0.63% -
HSV(B) 32.43º 0.63% 0.92% -
XYZ 49.25 45.44 14.98 -
YUV 177.21 76.53 168.5 -
System Red Green Blue C M Y K H S L
Decimal 234 166 86 0 0.29 0.63 0.08 32.43 0.78 0.63
Hex EA A6 56 0 1D 3F 8 20 4E 3F
Octal 352 246 126 0 35 77 10 40 116 77
Binary 11101010 10100110 1010110 0 11101 111111 1000 100000 1001110 111111

Color Harmonies of #EAA656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA656

Black with #EAA656

Text Example


Text Example

White with #EAA656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA656; }

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

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

background-color css

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

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

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

border-color css

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

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

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