Html Css Color HEX #EEBFAE Zinnwaldite

📋 copy color: '#EEBFAE'

red 238 ◦ green 191 ◦ blue 174

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

Shades of Zinnwaldite #EEBFAE

Tints of Zinnwaldite #EEBFAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 28.86%

R = 39.47%
G = 31.67%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EEBFAE (or 0xEEBFAE) is known color: Zinnwaldite. HEX triplet: EE, BF and AE. RGB value is (238,191,174). Sum of RGB (Red+Green+Blue) = 238+191+174=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 174 (68.36% from 255 or 28.86% from 603); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBFAE is #114051. Grayscale: #CBCBCB. Windows color (decimal): -1130578 or 11452398. OLE color: 11452398.

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

Color convert

RGB 238 191 174 -
CMYK 0 0.20 0.27 0.07
HSL 15.94º 0.65% 0.81% -
HSV(B) 15.94º 0.27% 0.93% -
XYZ 61.53 58.49 48.09 -
YUV 203.12 111.57 152.88 -
System Red Green Blue C M Y K H S L
Decimal 238 191 174 0 0.20 0.27 0.07 15.94 0.65 0.81
Hex EE BF AE 0 14 1B 7 10 41 51
Octal 356 277 256 0 24 33 7 20 101 121
Binary 11101110 10111111 10101110 0 10100 11011 111 10000 1000001 1010001

Color Harmonies of #EEBFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBFAE

Black with #EEBFAE

Text Example


Text Example

White with #EEBFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBFAE; }

 p { color: rgb(238,191,174); }

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

background-color css

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

 a { background-color: rgb(238,191,174); }

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

border-color css

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

 span { border-color: rgb(238,191,174); }

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