Html Css Color HEX #EAB29B Wax Flower

📋 copy color: '#EAB29B'

red 234 ◦ green 178 ◦ blue 155

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

Shades of Wax Flower #EAB29B

Tints of Wax Flower #EAB29B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.39%

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

R = 41.27%
G = 31.39%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EAB29B (or 0xEAB29B) is known color: Wax Flower. HEX triplet: EA, B2 and 9B. RGB value is (234,178,155). Sum of RGB (Red+Green+Blue) = 234+178+155=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 178 (69.92% from 255 or 31.39% from 567); Blue value is 155 (60.94% from 255 or 27.34% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB29B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB29B is #154D64. Grayscale: #C0C0C0. Windows color (decimal): -1396069 or 10203882. OLE color: 10203882.

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

Color convert

RGB 234 178 155 -
CMYK 0 0.24 0.34 0.08
HSL 17.47º 0.65% 0.76% -
HSV(B) 17.47º 0.34% 0.92% -
XYZ 55.77 51.7 38.05 -
YUV 192.12 107.05 157.87 -
System Red Green Blue C M Y K H S L
Decimal 234 178 155 0 0.24 0.34 0.08 17.47 0.65 0.76
Hex EA B2 9B 0 18 22 8 11 41 4C
Octal 352 262 233 0 30 42 10 21 101 114
Binary 11101010 10110010 10011011 0 11000 100010 1000 10001 1000001 1001100

Color Harmonies of #EAB29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB29B

Black with #EAB29B

Text Example


Text Example

White with #EAB29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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