Html Css Color HEX #EABAA2 Wax Flower

📋 copy color: '#EABAA2'

red 234 ◦ green 186 ◦ blue 162

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

Shades of Wax Flower #EABAA2

Tints of Wax Flower #EABAA2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.96%

 BLUE value IS 162 (63.67% from 255) = 27.84%

R = 40.21%
G = 31.96%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EABAA2 (or 0xEABAA2) is known color: Wax Flower. HEX triplet: EA, BA and A2. RGB value is (234,186,162). Sum of RGB (Red+Green+Blue) = 234+186+162=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 162 (63.67% from 255 or 27.84% from 582); Max value from RGB is 234 - color contains mainly: red. Hex color #EABAA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABAA2 is #15455D. Grayscale: #C5C5C5. Windows color (decimal): -1394014 or 10664682. OLE color: 10664682.

HSL color Cylindrical-coordinate representation of color #EABAA2: hue angle of 20º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EABAA2 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 186 162 -
CMYK 0 0.21 0.31 0.08
HSL 20º 0.63% 0.78% -
HSV(B) 20º 0.31% 0.92% -
XYZ 58.01 55.22 41.78 -
YUV 197.62 107.9 153.95 -
System Red Green Blue C M Y K H S L
Decimal 234 186 162 0 0.21 0.31 0.08 20 0.63 0.78
Hex EA BA A2 0 15 1F 8 14 3F 4E
Octal 352 272 242 0 25 37 10 24 77 116
Binary 11101010 10111010 10100010 0 10101 11111 1000 10100 111111 1001110

Color Harmonies of #EABAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABAA2

Black with #EABAA2

Text Example


Text Example

White with #EABAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABAA2; }

 p { color: rgb(234,186,162); }

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

background-color css

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

 a { background-color: rgb(234,186,162); }

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

border-color css

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

 span { border-color: rgb(234,186,162); }

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