Html Css Color HEX #EAAB9A Wax Flower

📋 copy color: '#EAAB9A'

red 234 ◦ green 171 ◦ blue 154

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

Shades of Wax Flower #EAAB9A

Tints of Wax Flower #EAAB9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 27.55%

R = 41.86%
G = 30.59%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EAAB9A (or 0xEAAB9A) is known color: Wax Flower. HEX triplet: EA, AB and 9A. RGB value is (234,171,154). Sum of RGB (Red+Green+Blue) = 234+171+154=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 154 (60.55% from 255 or 27.55% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAB9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAB9A is #155465. Grayscale: #BCBCBC. Windows color (decimal): -1397862 or 10136554. OLE color: 10136554.

HSL color Cylindrical-coordinate representation of color #EAAB9A: hue angle of 12.75º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EAAB9A is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 171 154 -
CMYK 0 0.27 0.34 0.08
HSL 12.75º 0.66% 0.76% -
HSV(B) 12.75º 0.34% 0.92% -
XYZ 54.33 48.95 37.16 -
YUV 187.9 108.87 160.88 -
System Red Green Blue C M Y K H S L
Decimal 234 171 154 0 0.27 0.34 0.08 12.75 0.66 0.76
Hex EA AB 9A 0 1B 22 8 D 42 4C
Octal 352 253 232 0 33 42 10 15 102 114
Binary 11101010 10101011 10011010 0 11011 100010 1000 1101 1000010 1001100

Color Harmonies of #EAAB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAB9A

Black with #EAAB9A

Text Example


Text Example

White with #EAAB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAB9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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