Html Css Color HEX #EAB29E Wax Flower

📋 copy color: '#EAB29E'

red 234 ◦ green 178 ◦ blue 158

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

Shades of Wax Flower #EAB29E

Tints of Wax Flower #EAB29E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.23%

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

R = 41.05%
G = 31.23%
B = 27.72%

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

#EAB29E (or 0xEAB29E) is known color: Wax Flower. HEX triplet: EA, B2 and 9E. RGB value is (234,178,158). Sum of RGB (Red+Green+Blue) = 234+178+158=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 178 (69.92% from 255 or 31.23% from 570); Blue value is 158 (62.11% from 255 or 27.72% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB29E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB29E is #154D61. Grayscale: #C0C0C0. Windows color (decimal): -1396066 or 10400490. OLE color: 10400490.

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

Color convert

RGB 234 178 158 -
CMYK 0 0.24 0.32 0.08
HSL 15.79º 0.64% 0.77% -
HSV(B) 15.79º 0.32% 0.92% -
XYZ 56.02 51.8 39.39 -
YUV 192.46 108.55 157.63 -
System Red Green Blue C M Y K H S L
Decimal 234 178 158 0 0.24 0.32 0.08 15.79 0.64 0.77
Hex EA B2 9E 0 18 20 8 10 40 4D
Octal 352 262 236 0 30 40 10 20 100 115
Binary 11101010 10110010 10011110 0 11000 100000 1000 10000 1000000 1001101

Color Harmonies of #EAB29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB29E

Black with #EAB29E

Text Example


Text Example

White with #EAB29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB29E; }

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

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

background-color css

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

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

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

border-color css

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

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

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