Html Css Color HEX #EAB09C Wax Flower

📋 copy color: '#EAB09C'

red 234 ◦ green 176 ◦ blue 156

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

Shades of Wax Flower #EAB09C

Tints of Wax Flower #EAB09C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.56%

R = 41.34%
G = 31.1%
B = 27.56%

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

#EAB09C (or 0xEAB09C) is known color: Wax Flower. HEX triplet: EA, B0 and 9C. RGB value is (234,176,156). Sum of RGB (Red+Green+Blue) = 234+176+156=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 176 (69.14% from 255 or 31.10% from 566); Blue value is 156 (61.33% from 255 or 27.56% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB09C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB09C is #154F63. Grayscale: #BFBFBF. Windows color (decimal): -1396580 or 10268906. OLE color: 10268906.

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

Color convert

RGB 234 176 156 -
CMYK 0 0.25 0.33 0.08
HSL 15.38º 0.65% 0.76% -
HSV(B) 15.38º 0.33% 0.92% -
XYZ 55.46 50.94 38.36 -
YUV 191.06 108.22 158.63 -
System Red Green Blue C M Y K H S L
Decimal 234 176 156 0 0.25 0.33 0.08 15.38 0.65 0.76
Hex EA B0 9C 0 19 21 8 F 41 4C
Octal 352 260 234 0 31 41 10 17 101 114
Binary 11101010 10110000 10011100 0 11001 100001 1000 1111 1000001 1001100

Color Harmonies of #EAB09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB09C

Black with #EAB09C

Text Example


Text Example

White with #EAB09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB09C; }

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

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

background-color css

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

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

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

border-color css

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

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

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