Html Css Color HEX #EDBBA8 Zinnwaldite

📋 copy color: '#EDBBA8'

red 237 ◦ green 187 ◦ blue 168

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

Shades of Zinnwaldite #EDBBA8

Tints of Zinnwaldite #EDBBA8

RGB

 RED value IS 237 (92.97% from 255) = 40.03%

 GREEN value IS 187 (73.44% from 255) = 31.59%

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

R = 40.03%
G = 31.59%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EDBBA8 (or 0xEDBBA8) is known color: Zinnwaldite. HEX triplet: ED, BB and A8. RGB value is (237,187,168). Sum of RGB (Red+Green+Blue) = 237+187+168=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 168 (66.02% from 255 or 28.38% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBBA8 is #124457. Grayscale: #C7C7C7. Windows color (decimal): -1197144 or 11058157. OLE color: 11058157.

HSL color Cylindrical-coordinate representation of color #EDBBA8: hue angle of 16.52º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDBBA8 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 187 168 -
CMYK 0 0.21 0.29 0.07
HSL 16.52º 0.66% 0.79% -
HSV(B) 16.52º 0.29% 0.93% -
XYZ 59.76 56.37 44.78 -
YUV 199.78 110.07 154.54 -
System Red Green Blue C M Y K H S L
Decimal 237 187 168 0 0.21 0.29 0.07 16.52 0.66 0.79
Hex ED BB A8 0 15 1D 7 11 42 4F
Octal 355 273 250 0 25 35 7 21 102 117
Binary 11101101 10111011 10101000 0 10101 11101 111 10001 1000010 1001111

Color Harmonies of #EDBBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBBA8

Black with #EDBBA8

Text Example


Text Example

White with #EDBBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBBA8; }

 p { color: rgb(237,187,168); }

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

background-color css

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

 a { background-color: rgb(237,187,168); }

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

border-color css

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

 span { border-color: rgb(237,187,168); }

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