Html Css Color HEX #EDBDB0 Zinnwaldite

📋 copy color: '#EDBDB0'

red 237 ◦ green 189 ◦ blue 176

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

Shades of Zinnwaldite #EDBDB0

Tints of Zinnwaldite #EDBDB0

RGB

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

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

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

R = 39.37%
G = 31.4%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EDBDB0 (or 0xEDBDB0) is known color: Zinnwaldite. HEX triplet: ED, BD and B0. RGB value is (237,189,176). Sum of RGB (Red+Green+Blue) = 237+189+176=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 176 (69.14% from 255 or 29.24% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBDB0 is #12424F. Grayscale: #C9C9C9. Windows color (decimal): -1196624 or 11582957. OLE color: 11582957.

HSL color Cylindrical-coordinate representation of color #EDBDB0: hue angle of 12.79º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDBDB0 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 189 176 -
CMYK 0 0.20 0.26 0.07
HSL 12.79º 0.63% 0.81% -
HSV(B) 12.79º 0.26% 0.93% -
XYZ 60.96 57.53 48.97 -
YUV 201.87 113.4 153.06 -
System Red Green Blue C M Y K H S L
Decimal 237 189 176 0 0.20 0.26 0.07 12.79 0.63 0.81
Hex ED BD B0 0 14 1A 7 D 3F 51
Octal 355 275 260 0 24 32 7 15 77 121
Binary 11101101 10111101 10110000 0 10100 11010 111 1101 111111 1010001

Color Harmonies of #EDBDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBDB0

Black with #EDBDB0

Text Example


Text Example

White with #EDBDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBDB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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