Html Css Color HEX #E9AF9A Wax Flower

📋 copy color: '#E9AF9A'

red 233 ◦ green 175 ◦ blue 154

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

Shades of Wax Flower #E9AF9A

Tints of Wax Flower #E9AF9A

RGB

 RED value IS 233 (91.41% from 255) = 41.46%

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

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

R = 41.46%
G = 31.14%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E9AF9A (or 0xE9AF9A) is known color: Wax Flower. HEX triplet: E9, AF and 9A. RGB value is (233,175,154). Sum of RGB (Red+Green+Blue) = 233+175+154=562 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.46% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 154 (60.55% from 255 or 27.40% from 562); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AF9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9AF9A is #165065. Grayscale: #BEBEBE. Windows color (decimal): -1462374 or 10137577. OLE color: 10137577.

HSL color Cylindrical-coordinate representation of color #E9AF9A: hue angle of 15.95º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E9AF9A is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 175 154 -
CMYK 0 0.25 0.34 0.09
HSL 15.95º 0.64% 0.76% -
HSV(B) 15.95º 0.34% 0.91% -
XYZ 54.77 50.32 37.4 -
YUV 189.95 107.72 158.71 -
System Red Green Blue C M Y K H S L
Decimal 233 175 154 0 0.25 0.34 0.09 15.95 0.64 0.76
Hex E9 AF 9A 0 19 22 9 10 40 4C
Octal 351 257 232 0 31 42 11 20 100 114
Binary 11101001 10101111 10011010 0 11001 100010 1001 10000 1000000 1001100

Color Harmonies of #E9AF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9AF9A

Black with #E9AF9A

Text Example


Text Example

White with #E9AF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9AF9A; }

 p { color: rgb(233,175,154); }

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

background-color css

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

 a { background-color: rgb(233,175,154); }

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

border-color css

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

 span { border-color: rgb(233,175,154); }

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