Html Css Color HEX #EBB09F Wax Flower

📋 copy color: '#EBB09F'

red 235 ◦ green 176 ◦ blue 159

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

Shades of Wax Flower #EBB09F

Tints of Wax Flower #EBB09F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.88%

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

R = 41.23%
G = 30.88%
B = 27.89%

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

#EBB09F (or 0xEBB09F) is known color: Wax Flower. HEX triplet: EB, B0 and 9F. RGB value is (235,176,159). Sum of RGB (Red+Green+Blue) = 235+176+159=570 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.23% from 570); Green value is 176 (69.14% from 255 or 30.88% from 570); Blue value is 159 (62.5% from 255 or 27.89% from 570); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB09F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB09F is #144F60. Grayscale: #BFBFBF. Windows color (decimal): -1331041 or 10465515. OLE color: 10465515.

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

Color convert

RGB 235 176 159 -
CMYK 0 0.25 0.32 0.08
HSL 13.42º 0.66% 0.77% -
HSV(B) 13.42º 0.32% 0.92% -
XYZ 56.04 51.22 39.73 -
YUV 191.7 109.55 158.88 -
System Red Green Blue C M Y K H S L
Decimal 235 176 159 0 0.25 0.32 0.08 13.42 0.66 0.77
Hex EB B0 9F 0 19 20 8 D 42 4D
Octal 353 260 237 0 31 40 10 15 102 115
Binary 11101011 10110000 10011111 0 11001 100000 1000 1101 1000010 1001101

Color Harmonies of #EBB09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB09F

Black with #EBB09F

Text Example


Text Example

White with #EBB09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB09F; }

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

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

background-color css

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

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

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

border-color css

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

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

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