Html Css Color HEX #EEBEA6 Zinnwaldite

📋 copy color: '#EEBEA6'

red 238 ◦ green 190 ◦ blue 166

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

Shades of Zinnwaldite #EEBEA6

Tints of Zinnwaldite #EEBEA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 27.95%

R = 40.07%
G = 31.99%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EEBEA6 (or 0xEEBEA6) is known color: Zinnwaldite. HEX triplet: EE, BE and A6. RGB value is (238,190,166). Sum of RGB (Red+Green+Blue) = 238+190+166=594 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.07% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 166 (65.23% from 255 or 27.95% from 594); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBEA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBEA6 is #114159. Grayscale: #C9C9C9. Windows color (decimal): -1130842 or 10927854. OLE color: 10927854.

HSL color Cylindrical-coordinate representation of color #EEBEA6: hue angle of 20º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEBEA6 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 190 166 -
CMYK 0 0.20 0.30 0.07
HSL 20º 0.68% 0.79% -
HSV(B) 20º 0.3% 0.93% -
XYZ 60.56 57.76 44.03 -
YUV 201.62 107.9 153.95 -
System Red Green Blue C M Y K H S L
Decimal 238 190 166 0 0.20 0.30 0.07 20 0.68 0.79
Hex EE BE A6 0 14 1E 7 14 44 4F
Octal 356 276 246 0 24 36 7 24 104 117
Binary 11101110 10111110 10100110 0 10100 11110 111 10100 1000100 1001111

Color Harmonies of #EEBEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBEA6

Black with #EEBEA6

Text Example


Text Example

White with #EEBEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBEA6; }

 p { color: rgb(238,190,166); }

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

background-color css

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

 a { background-color: rgb(238,190,166); }

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

border-color css

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

 span { border-color: rgb(238,190,166); }

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