Html Css Color HEX #EBBDA8 Zinnwaldite

📋 copy color: '#EBBDA8'

red 235 ◦ green 189 ◦ blue 168

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

Shades of Zinnwaldite #EBBDA8

Tints of Zinnwaldite #EBBDA8

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.93%

 BLUE value IS 168 (66.02% from 255) = 28.38%

R = 39.7%
G = 31.93%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EBBDA8 (or 0xEBBDA8) is known color: Zinnwaldite. HEX triplet: EB, BD and A8. RGB value is (235,189,168). Sum of RGB (Red+Green+Blue) = 235+189+168=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 168 (66.02% from 255 or 28.38% from 592); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBDA8 is #144257. Grayscale: #C8C8C8. Windows color (decimal): -1327704 or 11058667. OLE color: 11058667.

HSL color Cylindrical-coordinate representation of color #EBBDA8: hue angle of 18.81º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBBDA8 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 189 168 -
CMYK 0 0.20 0.29 0.08
HSL 18.81º 0.63% 0.79% -
HSV(B) 18.81º 0.29% 0.92% -
XYZ 59.53 56.88 44.89 -
YUV 200.36 109.74 152.71 -
System Red Green Blue C M Y K H S L
Decimal 235 189 168 0 0.20 0.29 0.08 18.81 0.63 0.79
Hex EB BD A8 0 14 1D 8 13 3F 4F
Octal 353 275 250 0 24 35 10 23 77 117
Binary 11101011 10111101 10101000 0 10100 11101 1000 10011 111111 1001111

Color Harmonies of #EBBDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBDA8

Black with #EBBDA8

Text Example


Text Example

White with #EBBDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBDA8; }

 p { color: rgb(235,189,168); }

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

background-color css

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

 a { background-color: rgb(235,189,168); }

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

border-color css

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

 span { border-color: rgb(235,189,168); }

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