Html Css Color HEX #EAB09E Wax Flower

📋 copy color: '#EAB09E'

red 234 ◦ green 176 ◦ blue 158

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

Shades of Wax Flower #EAB09E

Tints of Wax Flower #EAB09E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.99%

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

R = 41.2%
G = 30.99%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EAB09E (or 0xEAB09E) is known color: Wax Flower. HEX triplet: EA, B0 and 9E. RGB value is (234,176,158). Sum of RGB (Red+Green+Blue) = 234+176+158=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 176 (69.14% from 255 or 30.99% from 568); Blue value is 158 (62.11% from 255 or 27.82% from 568); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB09E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB09E is #154F61. Grayscale: #BFBFBF. Windows color (decimal): -1396578 or 10399978. OLE color: 10399978.

HSL color Cylindrical-coordinate representation of color #EAB09E: hue angle of 14.21º 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 #EAB09E is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 176 158 -
CMYK 0 0.25 0.32 0.08
HSL 14.21º 0.64% 0.77% -
HSV(B) 14.21º 0.32% 0.92% -
XYZ 55.63 51.01 39.26 -
YUV 191.29 109.22 158.46 -
System Red Green Blue C M Y K H S L
Decimal 234 176 158 0 0.25 0.32 0.08 14.21 0.64 0.77
Hex EA B0 9E 0 19 20 8 E 40 4D
Octal 352 260 236 0 31 40 10 16 100 115
Binary 11101010 10110000 10011110 0 11001 100000 1000 1110 1000000 1001101

Color Harmonies of #EAB09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB09E

Black with #EAB09E

Text Example


Text Example

White with #EAB09E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB09E; }

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

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

background-color css

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

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

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

border-color css

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

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

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