Html Css Color HEX #EAB29D Wax Flower

📋 copy color: '#EAB29D'

red 234 ◦ green 178 ◦ blue 157

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

Shades of Wax Flower #EAB29D

Tints of Wax Flower #EAB29D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.59%

R = 41.12%
G = 31.28%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EAB29D (or 0xEAB29D) is known color: Wax Flower. HEX triplet: EA, B2 and 9D. RGB value is (234,178,157). Sum of RGB (Red+Green+Blue) = 234+178+157=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 178 (69.92% from 255 or 31.28% from 569); Blue value is 157 (61.72% from 255 or 27.59% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB29D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB29D is #154D62. Grayscale: #C0C0C0. Windows color (decimal): -1396067 or 10334954. OLE color: 10334954.

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

Color convert

RGB 234 178 157 -
CMYK 0 0.24 0.33 0.08
HSL 16.36º 0.65% 0.77% -
HSV(B) 16.36º 0.33% 0.92% -
XYZ 55.94 51.77 38.94 -
YUV 192.35 108.05 157.71 -
System Red Green Blue C M Y K H S L
Decimal 234 178 157 0 0.24 0.33 0.08 16.36 0.65 0.77
Hex EA B2 9D 0 18 21 8 10 41 4D
Octal 352 262 235 0 30 41 10 20 101 115
Binary 11101010 10110010 10011101 0 11000 100001 1000 10000 1000001 1001101

Color Harmonies of #EAB29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB29D

Black with #EAB29D

Text Example


Text Example

White with #EAB29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB29D; }

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

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

background-color css

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

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

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

border-color css

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

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

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