Html Css Color HEX #EAAF5E Casablanca

📋 copy color: '#EAAF5E'

red 234 ◦ green 175 ◦ blue 94

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

Shades of Casablanca #EAAF5E

Tints of Casablanca #EAAF5E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.79%

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

R = 46.52%
G = 34.79%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EAAF5E (or 0xEAAF5E) is known color: Casablanca. HEX triplet: EA, AF and 5E. RGB value is (234,175,94). Sum of RGB (Red+Green+Blue) = 234+175+94=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 94 (37.11% from 255 or 18.69% from 503); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAF5E is #1550A1. Grayscale: #B7B7B7. Windows color (decimal): -1396898 or 6205418. OLE color: 6205418.

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

Color convert

RGB 234 175 94 -
CMYK 0 0.25 0.60 0.08
HSL 34.71º 0.77% 0.64% -
HSV(B) 34.71º 0.6% 0.92% -
XYZ 51.28 48.96 17.34 -
YUV 183.41 77.55 164.09 -
System Red Green Blue C M Y K H S L
Decimal 234 175 94 0 0.25 0.60 0.08 34.71 0.77 0.64
Hex EA AF 5E 0 19 3C 8 23 4D 40
Octal 352 257 136 0 31 74 10 43 115 100
Binary 11101010 10101111 1011110 0 11001 111100 1000 100011 1001101 1000000

Color Harmonies of #EAAF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAF5E

Black with #EAAF5E

Text Example


Text Example

White with #EAAF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAF5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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