Html Css Color HEX #EAB194 Wax Flower

📋 copy color: '#EAB194'

red 234 ◦ green 177 ◦ blue 148

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

Shades of Wax Flower #EAB194

Tints of Wax Flower #EAB194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.48%

R = 41.86%
G = 31.66%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EAB194 (or 0xEAB194) is known color: Wax Flower. HEX triplet: EA, B1 and 94. RGB value is (234,177,148). Sum of RGB (Red+Green+Blue) = 234+177+148=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 177 (69.53% from 255 or 31.66% from 559); Blue value is 148 (58.20% from 255 or 26.48% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB194 is #154E6B. Grayscale: #BEBEBE. Windows color (decimal): -1396332 or 9744874. OLE color: 9744874.

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

Color convert

RGB 234 177 148 -
CMYK 0 0.24 0.37 0.08
HSL 20.23º 0.67% 0.75% -
HSV(B) 20.23º 0.37% 0.92% -
XYZ 55 51.07 34.98 -
YUV 190.74 103.88 158.86 -
System Red Green Blue C M Y K H S L
Decimal 234 177 148 0 0.24 0.37 0.08 20.23 0.67 0.75
Hex EA B1 94 0 18 25 8 14 43 4B
Octal 352 261 224 0 30 45 10 24 103 113
Binary 11101010 10110001 10010100 0 11000 100101 1000 10100 1000011 1001011

Color Harmonies of #EAB194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB194

Black with #EAB194

Text Example


Text Example

White with #EAB194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB194; }

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

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

background-color css

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

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

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

border-color css

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

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

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