Html Css Color HEX #EBBBA4 Wax Flower

📋 copy color: '#EBBBA4'

red 235 ◦ green 187 ◦ blue 164

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

Shades of Wax Flower #EBBBA4

Tints of Wax Flower #EBBBA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 27.99%

R = 40.1%
G = 31.91%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EBBBA4 (or 0xEBBBA4) is known color: Wax Flower. HEX triplet: EB, BB and A4. RGB value is (235,187,164). Sum of RGB (Red+Green+Blue) = 235+187+164=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 164 (64.45% from 255 or 27.99% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBBA4 is #14445B. Grayscale: #C6C6C6. Windows color (decimal): -1328220 or 10796011. OLE color: 10796011.

HSL color Cylindrical-coordinate representation of color #EBBBA4: hue angle of 19.44º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBBBA4 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 187 164 -
CMYK 0 0.20 0.30 0.08
HSL 19.44º 0.64% 0.78% -
HSV(B) 19.44º 0.3% 0.92% -
XYZ 58.73 55.88 42.81 -
YUV 198.73 108.4 153.87 -
System Red Green Blue C M Y K H S L
Decimal 235 187 164 0 0.20 0.30 0.08 19.44 0.64 0.78
Hex EB BB A4 0 14 1E 8 13 40 4E
Octal 353 273 244 0 24 36 10 23 100 116
Binary 11101011 10111011 10100100 0 10100 11110 1000 10011 1000000 1001110

Color Harmonies of #EBBBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBBA4

Black with #EBBBA4

Text Example


Text Example

White with #EBBBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBBA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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