Html Css Color HEX #EAAE9A Wax Flower

📋 copy color: '#EAAE9A'

red 234 ◦ green 174 ◦ blue 154

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

Shades of Wax Flower #EAAE9A

Tints of Wax Flower #EAAE9A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.96%

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

R = 41.64%
G = 30.96%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EAAE9A (or 0xEAAE9A) is known color: Wax Flower. HEX triplet: EA, AE and 9A. RGB value is (234,174,154). Sum of RGB (Red+Green+Blue) = 234+174+154=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 154 (60.55% from 255 or 27.40% from 562); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAE9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAE9A is #155165. Grayscale: #BDBDBD. Windows color (decimal): -1397094 or 10137322. OLE color: 10137322.

HSL color Cylindrical-coordinate representation of color #EAAE9A: hue angle of 15º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EAAE9A is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 174 154 -
CMYK 0 0.26 0.34 0.08
HSL 15º 0.66% 0.76% -
HSV(B) 15º 0.34% 0.92% -
XYZ 54.9 50.1 37.35 -
YUV 189.66 107.88 159.63 -
System Red Green Blue C M Y K H S L
Decimal 234 174 154 0 0.26 0.34 0.08 15 0.66 0.76
Hex EA AE 9A 0 1A 22 8 F 42 4C
Octal 352 256 232 0 32 42 10 17 102 114
Binary 11101010 10101110 10011010 0 11010 100010 1000 1111 1000010 1001100

Color Harmonies of #EAAE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAE9A

Black with #EAAE9A

Text Example


Text Example

White with #EAAE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAE9A; }

 p { color: rgb(234,174,154); }

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

background-color css

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

 a { background-color: rgb(234,174,154); }

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

border-color css

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

 span { border-color: rgb(234,174,154); }

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