Html Css Color HEX #E4AD9A Wax Flower

📋 copy color: '#E4AD9A'

red 228 ◦ green 173 ◦ blue 154

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

Shades of Wax Flower #E4AD9A

Tints of Wax Flower #E4AD9A

RGB

 RED value IS 228 (89.45% from 255) = 41.08%

 GREEN value IS 173 (67.97% from 255) = 31.17%

 BLUE value IS 154 (60.55% from 255) = 27.75%

R = 41.08%
G = 31.17%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#E4AD9A (or 0xE4AD9A) is known color: Wax Flower. HEX triplet: E4, AD and 9A. RGB value is (228,173,154). Sum of RGB (Red+Green+Blue) = 228+173+154=555 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.08% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 154 (60.55% from 255 or 27.75% from 555); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AD9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4AD9A is #1B5265. Grayscale: #BBBBBB. Windows color (decimal): -1790566 or 10137060. OLE color: 10137060.

HSL color Cylindrical-coordinate representation of color #E4AD9A: hue angle of 15.41º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E4AD9A is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 173 154 -
CMYK 0 0.24 0.32 0.11
HSL 15.41º 0.58% 0.75% -
HSV(B) 15.41º 0.32% 0.89% -
XYZ 52.77 48.71 37.19 -
YUV 187.28 109.22 157.04 -
System Red Green Blue C M Y K H S L
Decimal 228 173 154 0 0.24 0.32 0.11 15.41 0.58 0.75
Hex E4 AD 9A 0 18 20 B F 3A 4B
Octal 344 255 232 0 30 40 13 17 72 113
Binary 11100100 10101101 10011010 0 11000 100000 1011 1111 111010 1001011

Color Harmonies of #E4AD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4AD9A

Black with #E4AD9A

Text Example


Text Example

White with #E4AD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4AD9A; }

 p { color: rgb(228,173,154); }

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

background-color css

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

 a { background-color: rgb(228,173,154); }

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

border-color css

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

 span { border-color: rgb(228,173,154); }

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