Html Css Color HEX #EAB59B Wax Flower

📋 copy color: '#EAB59B'

red 234 ◦ green 181 ◦ blue 155

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

Shades of Wax Flower #EAB59B

Tints of Wax Flower #EAB59B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.75%

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

R = 41.05%
G = 31.75%
B = 27.19%

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

#EAB59B (or 0xEAB59B) is known color: Wax Flower. HEX triplet: EA, B5 and 9B. RGB value is (234,181,155). Sum of RGB (Red+Green+Blue) = 234+181+155=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 181 (71.09% from 255 or 31.75% from 570); Blue value is 155 (60.94% from 255 or 27.19% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB59B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB59B is #154A64. Grayscale: #C2C2C2. Windows color (decimal): -1395301 or 10204650. OLE color: 10204650.

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

Color convert

RGB 234 181 155 -
CMYK 0 0.23 0.34 0.08
HSL 19.75º 0.65% 0.76% -
HSV(B) 19.75º 0.34% 0.92% -
XYZ 56.37 52.91 38.25 -
YUV 193.88 106.06 156.61 -
System Red Green Blue C M Y K H S L
Decimal 234 181 155 0 0.23 0.34 0.08 19.75 0.65 0.76
Hex EA B5 9B 0 17 22 8 14 41 4C
Octal 352 265 233 0 27 42 10 24 101 114
Binary 11101010 10110101 10011011 0 10111 100010 1000 10100 1000001 1001100

Color Harmonies of #EAB59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB59B

Black with #EAB59B

Text Example


Text Example

White with #EAB59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB59B; }

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

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

background-color css

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

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

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

border-color css

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

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

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