Html Css Color HEX #EBBBA0 Wax Flower

📋 copy color: '#EBBBA0'

red 235 ◦ green 187 ◦ blue 160

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

Shades of Wax Flower #EBBBA0

Tints of Wax Flower #EBBBA0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.13%

 BLUE value IS 160 (62.89% from 255) = 27.49%

R = 40.38%
G = 32.13%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EBBBA0 (or 0xEBBBA0) is known color: Wax Flower. HEX triplet: EB, BB and A0. RGB value is (235,187,160). Sum of RGB (Red+Green+Blue) = 235+187+160=582 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.38% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 160 (62.89% from 255 or 27.49% from 582); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBBA0 is #14445F. Grayscale: #C6C6C6. Windows color (decimal): -1328224 or 10533867. OLE color: 10533867.

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

Color convert

RGB 235 187 160 -
CMYK 0 0.20 0.32 0.08
HSL 21.6º 0.65% 0.77% -
HSV(B) 21.6º 0.32% 0.92% -
XYZ 58.38 55.74 40.94 -
YUV 198.27 106.4 154.2 -
System Red Green Blue C M Y K H S L
Decimal 235 187 160 0 0.20 0.32 0.08 21.6 0.65 0.77
Hex EB BB A0 0 14 20 8 16 41 4D
Octal 353 273 240 0 24 40 10 26 101 115
Binary 11101011 10111011 10100000 0 10100 100000 1000 10110 1000001 1001101

Color Harmonies of #EBBBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBBA0

Black with #EBBBA0

Text Example


Text Example

White with #EBBBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBBA0; }

 p { color: rgb(235,187,160); }

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

background-color css

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

 a { background-color: rgb(235,187,160); }

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

border-color css

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

 span { border-color: rgb(235,187,160); }

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