Html Css Color HEX #EAB19E Wax Flower

📋 copy color: '#EAB19E'

red 234 ◦ green 177 ◦ blue 158

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

Shades of Wax Flower #EAB19E

Tints of Wax Flower #EAB19E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.11%

 BLUE value IS 158 (62.11% from 255) = 27.77%

R = 41.12%
G = 31.11%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EAB19E (or 0xEAB19E) is known color: Wax Flower. HEX triplet: EA, B1 and 9E. RGB value is (234,177,158). Sum of RGB (Red+Green+Blue) = 234+177+158=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 177 (69.53% from 255 or 31.11% from 569); Blue value is 158 (62.11% from 255 or 27.77% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB19E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB19E is #154E61. Grayscale: #C0C0C0. Windows color (decimal): -1396322 or 10400234. OLE color: 10400234.

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

Color convert

RGB 234 177 158 -
CMYK 0 0.24 0.32 0.08
HSL 15º 0.64% 0.77% -
HSV(B) 15º 0.32% 0.92% -
XYZ 55.83 51.41 39.33 -
YUV 191.88 108.88 158.04 -
System Red Green Blue C M Y K H S L
Decimal 234 177 158 0 0.24 0.32 0.08 15 0.64 0.77
Hex EA B1 9E 0 18 20 8 F 40 4D
Octal 352 261 236 0 30 40 10 17 100 115
Binary 11101010 10110001 10011110 0 11000 100000 1000 1111 1000000 1001101

Color Harmonies of #EAB19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB19E

Black with #EAB19E

Text Example


Text Example

White with #EAB19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB19E; }

 p { color: rgb(234,177,158); }

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

background-color css

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

 a { background-color: rgb(234,177,158); }

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

border-color css

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

 span { border-color: rgb(234,177,158); }

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