Html Css Color HEX #EBBDB0 Zinnwaldite

📋 copy color: '#EBBDB0'

red 235 ◦ green 189 ◦ blue 176

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

Shades of Zinnwaldite #EBBDB0

Tints of Zinnwaldite #EBBDB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 29.33%

R = 39.17%
G = 31.5%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EBBDB0 (or 0xEBBDB0) is known color: Zinnwaldite. HEX triplet: EB, BD and B0. RGB value is (235,189,176). Sum of RGB (Red+Green+Blue) = 235+189+176=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 176 (69.14% from 255 or 29.33% from 600); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBDB0 is #14424F. Grayscale: #C9C9C9. Windows color (decimal): -1327696 or 11582955. OLE color: 11582955.

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

Color convert

RGB 235 189 176 -
CMYK 0 0.20 0.25 0.08
HSL 13.22º 0.6% 0.81% -
HSV(B) 13.22º 0.25% 0.92% -
XYZ 60.3 57.19 48.94 -
YUV 201.27 113.74 152.06 -
System Red Green Blue C M Y K H S L
Decimal 235 189 176 0 0.20 0.25 0.08 13.22 0.6 0.81
Hex EB BD B0 0 14 19 8 D 3C 51
Octal 353 275 260 0 24 31 10 15 74 121
Binary 11101011 10111101 10110000 0 10100 11001 1000 1101 111100 1010001

Color Harmonies of #EBBDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBDB0

Black with #EBBDB0

Text Example


Text Example

White with #EBBDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBDB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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