Html Css Color HEX #EEBDA4 Zinnwaldite

📋 copy color: '#EEBDA4'

red 238 ◦ green 189 ◦ blue 164

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

Shades of Zinnwaldite #EEBDA4

Tints of Zinnwaldite #EEBDA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 27.75%

R = 40.27%
G = 31.98%
B = 27.75%

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

#EEBDA4 (or 0xEEBDA4) is known color: Zinnwaldite. HEX triplet: EE, BD and A4. RGB value is (238,189,164). Sum of RGB (Red+Green+Blue) = 238+189+164=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 164 (64.45% from 255 or 27.75% from 591); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBDA4 is #11425B. Grayscale: #C8C8C8. Windows color (decimal): -1131100 or 10796526. OLE color: 10796526.

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

Color convert

RGB 238 189 164 -
CMYK 0 0.21 0.31 0.07
HSL 20.27º 0.69% 0.79% -
HSV(B) 20.27º 0.31% 0.93% -
XYZ 60.16 57.25 43 -
YUV 200.8 107.23 154.53 -
System Red Green Blue C M Y K H S L
Decimal 238 189 164 0 0.21 0.31 0.07 20.27 0.69 0.79
Hex EE BD A4 0 15 1F 7 14 45 4F
Octal 356 275 244 0 25 37 7 24 105 117
Binary 11101110 10111101 10100100 0 10101 11111 111 10100 1000101 1001111

Color Harmonies of #EEBDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBDA4

Black with #EEBDA4

Text Example


Text Example

White with #EEBDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBDA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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