Html Css Color HEX #EBB19F Wax Flower

📋 copy color: '#EBB19F'

red 235 ◦ green 177 ◦ blue 159

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

Shades of Wax Flower #EBB19F

Tints of Wax Flower #EBB19F

RGB

 RED value IS 235 (92.19% from 255) = 41.16%

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

 BLUE value IS 159 (62.5% from 255) = 27.85%

R = 41.16%
G = 31%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EBB19F (or 0xEBB19F) is known color: Wax Flower. HEX triplet: EB, B1 and 9F. RGB value is (235,177,159). Sum of RGB (Red+Green+Blue) = 235+177+159=571 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.16% from 571); Green value is 177 (69.53% from 255 or 31.00% from 571); Blue value is 159 (62.5% from 255 or 27.85% from 571); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB19F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB19F is #144E60. Grayscale: #C0C0C0. Windows color (decimal): -1330785 or 10465771. OLE color: 10465771.

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

Color convert

RGB 235 177 159 -
CMYK 0 0.25 0.32 0.08
HSL 14.21º 0.66% 0.77% -
HSV(B) 14.21º 0.32% 0.92% -
XYZ 56.24 51.61 39.8 -
YUV 192.29 109.22 158.46 -
System Red Green Blue C M Y K H S L
Decimal 235 177 159 0 0.25 0.32 0.08 14.21 0.66 0.77
Hex EB B1 9F 0 19 20 8 E 42 4D
Octal 353 261 237 0 31 40 10 16 102 115
Binary 11101011 10110001 10011111 0 11001 100000 1000 1110 1000010 1001101

Color Harmonies of #EBB19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB19F

Black with #EBB19F

Text Example


Text Example

White with #EBB19F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB19F; }

 p { color: rgb(235,177,159); }

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

background-color css

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

 a { background-color: rgb(235,177,159); }

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

border-color css

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

 span { border-color: rgb(235,177,159); }

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