Html Css Color HEX #E5AF94 Wax Flower

📋 copy color: '#E5AF94'

red 229 ◦ green 175 ◦ blue 148

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

Shades of Wax Flower #E5AF94

Tints of Wax Flower #E5AF94

RGB

 RED value IS 229 (89.84% from 255) = 41.49%

 GREEN value IS 175 (68.75% from 255) = 31.7%

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

R = 41.49%
G = 31.7%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E5AF94 (or 0xE5AF94) is known color: Wax Flower. HEX triplet: E5, AF and 94. RGB value is (229,175,148). Sum of RGB (Red+Green+Blue) = 229+175+148=552 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.49% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 148 (58.20% from 255 or 26.81% from 552); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AF94 is #1A506B. Grayscale: #BCBCBC. Windows color (decimal): -1724524 or 9744357. OLE color: 9744357.

HSL color Cylindrical-coordinate representation of color #E5AF94: hue angle of 20º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E5AF94 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 175 148 -
CMYK 0 0.24 0.35 0.10
HSL 20º 0.61% 0.74% -
HSV(B) 20º 0.35% 0.9% -
XYZ 52.99 49.46 34.77 -
YUV 188.07 105.39 157.2 -
System Red Green Blue C M Y K H S L
Decimal 229 175 148 0 0.24 0.35 0.10 20 0.61 0.74
Hex E5 AF 94 0 18 23 A 14 3D 4A
Octal 345 257 224 0 30 43 12 24 75 112
Binary 11100101 10101111 10010100 0 11000 100011 1010 10100 111101 1001010

Color Harmonies of #E5AF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AF94

Black with #E5AF94

Text Example


Text Example

White with #E5AF94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AF94; }

 p { color: rgb(229,175,148); }

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

background-color css

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

 a { background-color: rgb(229,175,148); }

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

border-color css

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

 span { border-color: rgb(229,175,148); }

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