Html Css Color HEX #EAAC5E Casablanca

📋 copy color: '#EAAC5E'

red 234 ◦ green 172 ◦ blue 94

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

Shades of Casablanca #EAAC5E

Tints of Casablanca #EAAC5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.8%

R = 46.8%
G = 34.4%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EAAC5E (or 0xEAAC5E) is known color: Casablanca. HEX triplet: EA, AC and 5E. RGB value is (234,172,94). Sum of RGB (Red+Green+Blue) = 234+172+94=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 94 (37.11% from 255 or 18.8% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAC5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAC5E is #1553A1. Grayscale: #B6B6B6. Windows color (decimal): -1397666 or 6204650. OLE color: 6204650.

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

Color convert

RGB 234 172 94 -
CMYK 0 0.26 0.60 0.08
HSL 33.43º 0.77% 0.64% -
HSV(B) 33.43º 0.6% 0.92% -
XYZ 50.7 47.81 17.14 -
YUV 181.65 78.54 165.34 -
System Red Green Blue C M Y K H S L
Decimal 234 172 94 0 0.26 0.60 0.08 33.43 0.77 0.64
Hex EA AC 5E 0 1A 3C 8 21 4D 40
Octal 352 254 136 0 32 74 10 41 115 100
Binary 11101010 10101100 1011110 0 11010 111100 1000 100001 1001101 1000000

Color Harmonies of #EAAC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAC5E

Black with #EAAC5E

Text Example


Text Example

White with #EAAC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAC5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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