Html Css Color HEX #EBBCA0 Wax Flower

📋 copy color: '#EBBCA0'

red 235 ◦ green 188 ◦ blue 160

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

Shades of Wax Flower #EBBCA0

Tints of Wax Flower #EBBCA0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.25%

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

R = 40.31%
G = 32.25%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EBBCA0 (or 0xEBBCA0) is known color: Wax Flower. HEX triplet: EB, BC and A0. RGB value is (235,188,160). Sum of RGB (Red+Green+Blue) = 235+188+160=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 160 (62.89% from 255 or 27.44% from 583); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBCA0 is #14435F. Grayscale: #C7C7C7. Windows color (decimal): -1327968 or 10534123. OLE color: 10534123.

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

Color convert

RGB 235 188 160 -
CMYK 0 0.2 0.32 0.08
HSL 22.4º 0.65% 0.77% -
HSV(B) 22.4º 0.32% 0.92% -
XYZ 58.59 56.17 41.01 -
YUV 198.86 106.07 153.78 -
System Red Green Blue C M Y K H S L
Decimal 235 188 160 0 0.2 0.32 0.08 22.4 0.65 0.77
Hex EB BC A0 0 14 20 8 16 41 4D
Octal 353 274 240 0 24 40 10 26 101 115
Binary 11101011 10111100 10100000 0 10100 100000 1000 10110 1000001 1001101

Color Harmonies of #EBBCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBCA0

Black with #EBBCA0

Text Example


Text Example

White with #EBBCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBCA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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