Html Css Color HEX #EBBDA6 Zinnwaldite

📋 copy color: '#EBBDA6'

red 235 ◦ green 189 ◦ blue 166

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

Shades of Zinnwaldite #EBBDA6

Tints of Zinnwaldite #EBBDA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 28.14%

R = 39.83%
G = 32.03%
B = 28.14%

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

#EBBDA6 (or 0xEBBDA6) is known color: Zinnwaldite. HEX triplet: EB, BD and A6. RGB value is (235,189,166). Sum of RGB (Red+Green+Blue) = 235+189+166=590 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.83% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 166 (65.23% from 255 or 28.14% from 590); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBDA6 is #144259. Grayscale: #C8C8C8. Windows color (decimal): -1327706 or 10927595. OLE color: 10927595.

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

Color convert

RGB 235 189 166 -
CMYK 0 0.20 0.29 0.08
HSL 20º 0.63% 0.79% -
HSV(B) 20º 0.29% 0.92% -
XYZ 59.34 56.81 43.91 -
YUV 200.13 108.74 152.87 -
System Red Green Blue C M Y K H S L
Decimal 235 189 166 0 0.20 0.29 0.08 20 0.63 0.79
Hex EB BD A6 0 14 1D 8 14 3F 4F
Octal 353 275 246 0 24 35 10 24 77 117
Binary 11101011 10111101 10100110 0 10100 11101 1000 10100 111111 1001111

Color Harmonies of #EBBDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBDA6

Black with #EBBDA6

Text Example


Text Example

White with #EBBDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBDA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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