Html Css Color HEX #EAB09D Wax Flower

📋 copy color: '#EAB09D'

red 234 ◦ green 176 ◦ blue 157

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

Shades of Wax Flower #EAB09D

Tints of Wax Flower #EAB09D

RGB

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

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

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

R = 41.27%
G = 31.04%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EAB09D (or 0xEAB09D) is known color: Wax Flower. HEX triplet: EA, B0 and 9D. RGB value is (234,176,157). Sum of RGB (Red+Green+Blue) = 234+176+157=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 157 (61.72% from 255 or 27.69% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB09D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB09D is #154F62. Grayscale: #BFBFBF. Windows color (decimal): -1396579 or 10334442. OLE color: 10334442.

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

Color convert

RGB 234 176 157 -
CMYK 0 0.25 0.33 0.08
HSL 14.81º 0.65% 0.77% -
HSV(B) 14.81º 0.33% 0.92% -
XYZ 55.54 50.98 38.81 -
YUV 191.18 108.72 158.54 -
System Red Green Blue C M Y K H S L
Decimal 234 176 157 0 0.25 0.33 0.08 14.81 0.65 0.77
Hex EA B0 9D 0 19 21 8 F 41 4D
Octal 352 260 235 0 31 41 10 17 101 115
Binary 11101010 10110000 10011101 0 11001 100001 1000 1111 1000001 1001101

Color Harmonies of #EAB09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB09D

Black with #EAB09D

Text Example


Text Example

White with #EAB09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB09D; }

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

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

background-color css

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

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

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

border-color css

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

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

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