Html Css Color HEX #EAAB94 Wax Flower

📋 copy color: '#EAAB94'

red 234 ◦ green 171 ◦ blue 148

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

Shades of Wax Flower #EAAB94

Tints of Wax Flower #EAAB94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.76%

R = 42.31%
G = 30.92%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EAAB94 (or 0xEAAB94) is known color: Wax Flower. HEX triplet: EA, AB and 94. RGB value is (234,171,148). Sum of RGB (Red+Green+Blue) = 234+171+148=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 148 (58.20% from 255 or 26.76% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAB94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAB94 is #15546B. Grayscale: #BBBBBB. Windows color (decimal): -1397868 or 9743338. OLE color: 9743338.

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

Color convert

RGB 234 171 148 -
CMYK 0 0.27 0.37 0.08
HSL 16.05º 0.67% 0.75% -
HSV(B) 16.05º 0.37% 0.92% -
XYZ 53.84 48.76 34.59 -
YUV 187.22 105.87 161.37 -
System Red Green Blue C M Y K H S L
Decimal 234 171 148 0 0.27 0.37 0.08 16.05 0.67 0.75
Hex EA AB 94 0 1B 25 8 10 43 4B
Octal 352 253 224 0 33 45 10 20 103 113
Binary 11101010 10101011 10010100 0 11011 100101 1000 10000 1000011 1001011

Color Harmonies of #EAAB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAB94

Black with #EAAB94

Text Example


Text Example

White with #EAAB94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAB94; }

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

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

background-color css

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

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

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

border-color css

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

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

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