Html Css Color HEX #EEBCA5 Zinnwaldite

📋 copy color: '#EEBCA5'

red 238 ◦ green 188 ◦ blue 165

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

Shades of Zinnwaldite #EEBCA5

Tints of Zinnwaldite #EEBCA5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.81%

 BLUE value IS 165 (64.84% from 255) = 27.92%

R = 40.27%
G = 31.81%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EEBCA5 (or 0xEEBCA5) is known color: Zinnwaldite. HEX triplet: EE, BC and A5. RGB value is (238,188,165). Sum of RGB (Red+Green+Blue) = 238+188+165=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 165 (64.84% from 255 or 27.92% from 591); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBCA5 is #11435A. Grayscale: #C8C8C8. Windows color (decimal): -1131355 or 10861806. OLE color: 10861806.

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

Color convert

RGB 238 188 165 -
CMYK 0 0.21 0.31 0.07
HSL 18.9º 0.68% 0.79% -
HSV(B) 18.9º 0.31% 0.93% -
XYZ 60.03 56.86 43.41 -
YUV 200.33 108.07 154.87 -
System Red Green Blue C M Y K H S L
Decimal 238 188 165 0 0.21 0.31 0.07 18.9 0.68 0.79
Hex EE BC A5 0 15 1F 7 13 44 4F
Octal 356 274 245 0 25 37 7 23 104 117
Binary 11101110 10111100 10100101 0 10101 11111 111 10011 1000100 1001111

Color Harmonies of #EEBCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBCA5

Black with #EEBCA5

Text Example


Text Example

White with #EEBCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBCA5; }

 p { color: rgb(238,188,165); }

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

background-color css

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

 a { background-color: rgb(238,188,165); }

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

border-color css

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

 span { border-color: rgb(238,188,165); }

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