Html Css Color HEX #EAB19C Wax Flower

📋 copy color: '#EAB19C'

red 234 ◦ green 177 ◦ blue 156

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

Shades of Wax Flower #EAB19C

Tints of Wax Flower #EAB19C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.22%

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

R = 41.27%
G = 31.22%
B = 27.51%

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

#EAB19C (or 0xEAB19C) is known color: Wax Flower. HEX triplet: EA, B1 and 9C. RGB value is (234,177,156). Sum of RGB (Red+Green+Blue) = 234+177+156=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 177 (69.53% from 255 or 31.22% from 567); Blue value is 156 (61.33% from 255 or 27.51% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB19C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB19C is #154E63. Grayscale: #BFBFBF. Windows color (decimal): -1396324 or 10269162. OLE color: 10269162.

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

Color convert

RGB 234 177 156 -
CMYK 0 0.24 0.33 0.08
HSL 16.15º 0.65% 0.76% -
HSV(B) 16.15º 0.33% 0.92% -
XYZ 55.65 51.34 38.43 -
YUV 191.65 107.88 158.21 -
System Red Green Blue C M Y K H S L
Decimal 234 177 156 0 0.24 0.33 0.08 16.15 0.65 0.76
Hex EA B1 9C 0 18 21 8 10 41 4C
Octal 352 261 234 0 30 41 10 20 101 114
Binary 11101010 10110001 10011100 0 11000 100001 1000 10000 1000001 1001100

Color Harmonies of #EAB19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB19C

Black with #EAB19C

Text Example


Text Example

White with #EAB19C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB19C; }

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

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

background-color css

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

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

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

border-color css

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

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

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