Html Css Color HEX #EEBDAF Zinnwaldite

📋 copy color: '#EEBDAF'

red 238 ◦ green 189 ◦ blue 175

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

Shades of Zinnwaldite #EEBDAF

Tints of Zinnwaldite #EEBDAF

RGB

 RED value IS 238 (93.36% from 255) = 39.53%

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

 BLUE value IS 175 (68.75% from 255) = 29.07%

R = 39.53%
G = 31.4%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EEBDAF (or 0xEEBDAF) is known color: Zinnwaldite. HEX triplet: EE, BD and AF. RGB value is (238,189,175). Sum of RGB (Red+Green+Blue) = 238+189+175=602 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.53% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 175 (68.75% from 255 or 29.07% from 602); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBDAF is #114250. Grayscale: #CACACA. Windows color (decimal): -1131089 or 11517422. OLE color: 11517422.

HSL color Cylindrical-coordinate representation of color #EEBDAF: hue angle of 13.33º degrees, saturation: 0.65, 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 #EEBDAF is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 189 175 -
CMYK 0 0.21 0.26 0.07
HSL 13.33º 0.65% 0.81% -
HSV(B) 13.33º 0.26% 0.93% -
XYZ 61.2 57.67 48.46 -
YUV 202.06 112.73 153.64 -
System Red Green Blue C M Y K H S L
Decimal 238 189 175 0 0.21 0.26 0.07 13.33 0.65 0.81
Hex EE BD AF 0 15 1A 7 D 41 51
Octal 356 275 257 0 25 32 7 15 101 121
Binary 11101110 10111101 10101111 0 10101 11010 111 1101 1000001 1010001

Color Harmonies of #EEBDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBDAF

Black with #EEBDAF

Text Example


Text Example

White with #EEBDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBDAF; }

 p { color: rgb(238,189,175); }

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

background-color css

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

 a { background-color: rgb(238,189,175); }

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

border-color css

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

 span { border-color: rgb(238,189,175); }

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