Html Css Color HEX #EBBCAF Zinnwaldite

📋 copy color: '#EBBCAF'

red 235 ◦ green 188 ◦ blue 175

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

Shades of Zinnwaldite #EBBCAF

Tints of Zinnwaldite #EBBCAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 29.26%

R = 39.3%
G = 31.44%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EBBCAF (or 0xEBBCAF) is known color: Zinnwaldite. HEX triplet: EB, BC and AF. RGB value is (235,188,175). Sum of RGB (Red+Green+Blue) = 235+188+175=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 188 (73.83% from 255 or 31.44% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBCAF is #144350. Grayscale: #C8C8C8. Windows color (decimal): -1327953 or 11517163. OLE color: 11517163.

HSL color Cylindrical-coordinate representation of color #EBBCAF: hue angle of 13º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBBCAF is Cyan = 0, Magento = 0.2, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 188 175 -
CMYK 0 0.2 0.26 0.08
HSL 13º 0.6% 0.8% -
HSV(B) 13º 0.26% 0.92% -
XYZ 59.98 56.72 48.34 -
YUV 200.57 113.57 152.56 -
System Red Green Blue C M Y K H S L
Decimal 235 188 175 0 0.2 0.26 0.08 13 0.6 0.8
Hex EB BC AF 0 14 1A 8 D 3C 50
Octal 353 274 257 0 24 32 10 15 74 120
Binary 11101011 10111100 10101111 0 10100 11010 1000 1101 111100 1010000

Color Harmonies of #EBBCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBCAF

Black with #EBBCAF

Text Example


Text Example

White with #EBBCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBCAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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