Html Css Color HEX #EAAB5D Casablanca

📋 copy color: '#EAAB5D'

red 234 ◦ green 171 ◦ blue 93

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

Shades of Casablanca #EAAB5D

Tints of Casablanca #EAAB5D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.34%

 BLUE value IS 93 (36.72% from 255) = 18.67%

R = 46.99%
G = 34.34%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EAAB5D (or 0xEAAB5D) is known color: Casablanca. HEX triplet: EA, AB and 5D. RGB value is (234,171,93). Sum of RGB (Red+Green+Blue) = 234+171+93=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 93 (36.72% from 255 or 18.67% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAB5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAB5D is #1554A2. Grayscale: #B5B5B5. Windows color (decimal): -1397923 or 6138858. OLE color: 6138858.

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

Color convert

RGB 234 171 93 -
CMYK 0 0.27 0.60 0.08
HSL 33.19º 0.77% 0.64% -
HSV(B) 33.19º 0.6% 0.92% -
XYZ 50.47 47.41 16.85 -
YUV 180.95 78.37 165.84 -
System Red Green Blue C M Y K H S L
Decimal 234 171 93 0 0.27 0.60 0.08 33.19 0.77 0.64
Hex EA AB 5D 0 1B 3C 8 21 4D 40
Octal 352 253 135 0 33 74 10 41 115 100
Binary 11101010 10101011 1011101 0 11011 111100 1000 100001 1001101 1000000

Color Harmonies of #EAAB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAB5D

Black with #EAAB5D

Text Example


Text Example

White with #EAAB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAB5D; }

 p { color: rgb(234,171,93); }

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

background-color css

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

 a { background-color: rgb(234,171,93); }

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

border-color css

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

 span { border-color: rgb(234,171,93); }

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