Html Css Color HEX #EAB19B Wax Flower

📋 copy color: '#EAB19B'

red 234 ◦ green 177 ◦ blue 155

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

Shades of Wax Flower #EAB19B

Tints of Wax Flower #EAB19B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.27%

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

R = 41.34%
G = 31.27%
B = 27.39%

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

#EAB19B (or 0xEAB19B) is known color: Wax Flower. HEX triplet: EA, B1 and 9B. RGB value is (234,177,155). Sum of RGB (Red+Green+Blue) = 234+177+155=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 177 (69.53% from 255 or 31.27% from 566); Blue value is 155 (60.94% from 255 or 27.39% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB19B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB19B is #154E64. Grayscale: #BFBFBF. Windows color (decimal): -1396325 or 10203626. OLE color: 10203626.

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

Color convert

RGB 234 177 155 -
CMYK 0 0.24 0.34 0.08
HSL 16.71º 0.65% 0.76% -
HSV(B) 16.71º 0.34% 0.92% -
XYZ 55.57 51.3 37.98 -
YUV 191.54 107.38 158.29 -
System Red Green Blue C M Y K H S L
Decimal 234 177 155 0 0.24 0.34 0.08 16.71 0.65 0.76
Hex EA B1 9B 0 18 22 8 11 41 4C
Octal 352 261 233 0 30 42 10 21 101 114
Binary 11101010 10110001 10011011 0 11000 100010 1000 10001 1000001 1001100

Color Harmonies of #EAB19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB19B

Black with #EAB19B

Text Example


Text Example

White with #EAB19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB19B; }

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

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

background-color css

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

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

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

border-color css

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

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

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