Html Css Color HEX #EDBEA9 Zinnwaldite

📋 copy color: '#EDBEA9'

red 237 ◦ green 190 ◦ blue 169

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

Shades of Zinnwaldite #EDBEA9

Tints of Zinnwaldite #EDBEA9

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.88%

 BLUE value IS 169 (66.41% from 255) = 28.36%

R = 39.77%
G = 31.88%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EDBEA9 (or 0xEDBEA9) is known color: Zinnwaldite. HEX triplet: ED, BE and A9. RGB value is (237,190,169). Sum of RGB (Red+Green+Blue) = 237+190+169=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 190 (74.61% from 255 or 31.88% from 596); Blue value is 169 (66.41% from 255 or 28.36% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBEA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBEA9 is #124156. Grayscale: #C9C9C9. Windows color (decimal): -1196375 or 11124461. OLE color: 11124461.

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

Color convert

RGB 237 190 169 -
CMYK 0 0.20 0.29 0.07
HSL 18.53º 0.65% 0.8% -
HSV(B) 18.53º 0.29% 0.93% -
XYZ 60.5 57.7 45.48 -
YUV 201.66 109.57 153.21 -
System Red Green Blue C M Y K H S L
Decimal 237 190 169 0 0.20 0.29 0.07 18.53 0.65 0.8
Hex ED BE A9 0 14 1D 7 13 41 50
Octal 355 276 251 0 24 35 7 23 101 120
Binary 11101101 10111110 10101001 0 10100 11101 111 10011 1000001 1010000

Color Harmonies of #EDBEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBEA9

Black with #EDBEA9

Text Example


Text Example

White with #EDBEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBEA9; }

 p { color: rgb(237,190,169); }

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

background-color css

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

 a { background-color: rgb(237,190,169); }

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

border-color css

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

 span { border-color: rgb(237,190,169); }

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