Html Css Color HEX #EAB49B Wax Flower

📋 copy color: '#EAB49B'

red 234 ◦ green 180 ◦ blue 155

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

Shades of Wax Flower #EAB49B

Tints of Wax Flower #EAB49B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.63%

 BLUE value IS 155 (60.94% from 255) = 27.24%

R = 41.12%
G = 31.63%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EAB49B (or 0xEAB49B) is known color: Wax Flower. HEX triplet: EA, B4 and 9B. RGB value is (234,180,155). Sum of RGB (Red+Green+Blue) = 234+180+155=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 180 (70.70% from 255 or 31.63% from 569); Blue value is 155 (60.94% from 255 or 27.24% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB49B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB49B is #154B64. Grayscale: #C1C1C1. Windows color (decimal): -1395557 or 10204394. OLE color: 10204394.

HSL color Cylindrical-coordinate representation of color #EAB49B: hue angle of 18.99º degrees, saturation: 0.65, 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 #EAB49B is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 180 155 -
CMYK 0 0.23 0.34 0.08
HSL 18.99º 0.65% 0.76% -
HSV(B) 18.99º 0.34% 0.92% -
XYZ 56.17 52.5 38.18 -
YUV 193.3 106.39 157.03 -
System Red Green Blue C M Y K H S L
Decimal 234 180 155 0 0.23 0.34 0.08 18.99 0.65 0.76
Hex EA B4 9B 0 17 22 8 13 41 4C
Octal 352 264 233 0 27 42 10 23 101 114
Binary 11101010 10110100 10011011 0 10111 100010 1000 10011 1000001 1001100

Color Harmonies of #EAB49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB49B

Black with #EAB49B

Text Example


Text Example

White with #EAB49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB49B; }

 p { color: rgb(234,180,155); }

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

background-color css

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

 a { background-color: rgb(234,180,155); }

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

border-color css

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

 span { border-color: rgb(234,180,155); }

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