Html Css Color HEX #EAAF5A Casablanca

📋 copy color: '#EAAF5A'

red 234 ◦ green 175 ◦ blue 90

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

Shades of Casablanca #EAAF5A

Tints of Casablanca #EAAF5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.04%

R = 46.89%
G = 35.07%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EAAF5A (or 0xEAAF5A) is known color: Casablanca. HEX triplet: EA, AF and 5A. RGB value is (234,175,90). Sum of RGB (Red+Green+Blue) = 234+175+90=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 90 (35.55% from 255 or 18.04% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAF5A is #1550A5. Grayscale: #B7B7B7. Windows color (decimal): -1396902 or 5943274. OLE color: 5943274.

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

Color convert

RGB 234 175 90 -
CMYK 0 0.25 0.62 0.08
HSL 35.42º 0.77% 0.64% -
HSV(B) 35.42º 0.62% 0.92% -
XYZ 51.11 48.89 16.42 -
YUV 182.95 75.55 164.41 -
System Red Green Blue C M Y K H S L
Decimal 234 175 90 0 0.25 0.62 0.08 35.42 0.77 0.64
Hex EA AF 5A 0 19 3E 8 23 4D 40
Octal 352 257 132 0 31 76 10 43 115 100
Binary 11101010 10101111 1011010 0 11001 111110 1000 100011 1001101 1000000

Color Harmonies of #EAAF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAF5A

Black with #EAAF5A

Text Example


Text Example

White with #EAAF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAF5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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