Html Css Color HEX #EBBFA5 Zinnwaldite

📋 copy color: '#EBBFA5'

red 235 ◦ green 191 ◦ blue 165

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

Shades of Zinnwaldite #EBBFA5

Tints of Zinnwaldite #EBBFA5

RGB

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

 GREEN value IS 191 (75% from 255) = 32.32%

 BLUE value IS 165 (64.84% from 255) = 27.92%

R = 39.76%
G = 32.32%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EBBFA5 (or 0xEBBFA5) is known color: Zinnwaldite. HEX triplet: EB, BF and A5. RGB value is (235,191,165). Sum of RGB (Red+Green+Blue) = 235+191+165=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 165 (64.84% from 255 or 27.92% from 591); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBFA5 is #14405A. Grayscale: #C9C9C9. Windows color (decimal): -1327195 or 10862571. OLE color: 10862571.

HSL color Cylindrical-coordinate representation of color #EBBFA5: hue angle of 22.29º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBBFA5 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 191 165 -
CMYK 0 0.19 0.30 0.08
HSL 22.29º 0.64% 0.78% -
HSV(B) 22.29º 0.3% 0.92% -
XYZ 59.68 57.64 43.58 -
YUV 201.19 107.58 152.11 -
System Red Green Blue C M Y K H S L
Decimal 235 191 165 0 0.19 0.30 0.08 22.29 0.64 0.78
Hex EB BF A5 0 13 1E 8 16 40 4E
Octal 353 277 245 0 23 36 10 26 100 116
Binary 11101011 10111111 10100101 0 10011 11110 1000 10110 1000000 1001110

Color Harmonies of #EBBFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBFA5

Black with #EBBFA5

Text Example


Text Example

White with #EBBFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBFA5; }

 p { color: rgb(235,191,165); }

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

background-color css

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

 a { background-color: rgb(235,191,165); }

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

border-color css

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

 span { border-color: rgb(235,191,165); }

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