Html Css Color HEX #EFC1A8 Zinnwaldite

📋 copy color: '#EFC1A8'

red 239 ◦ green 193 ◦ blue 168

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

Shades of Zinnwaldite #EFC1A8

Tints of Zinnwaldite #EFC1A8

RGB

 RED value IS 239 (93.75% from 255) = 39.83%

 GREEN value IS 193 (75.78% from 255) = 32.17%

 BLUE value IS 168 (66.02% from 255) = 28%

R = 39.83%
G = 32.17%
B = 28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#EFC1A8 (or 0xEFC1A8) is known color: Zinnwaldite. HEX triplet: EF, C1 and A8. RGB value is (239,193,168). Sum of RGB (Red+Green+Blue) = 239+193+168=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 193 (75.78% from 255 or 32.17% from 600); Blue value is 168 (66.02% from 255 or 28% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC1A8 is #103E57. Grayscale: #CCCCCC. Windows color (decimal): -1064536 or 11059695. OLE color: 11059695.

HSL color Cylindrical-coordinate representation of color #EFC1A8: hue angle of 21.13º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFC1A8 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 193 168 -
CMYK 0 0.19 0.30 0.06
HSL 21.13º 0.69% 0.8% -
HSV(B) 21.13º 0.3% 0.94% -
XYZ 61.73 59.32 45.24 -
YUV 203.9 107.74 153.03 -
System Red Green Blue C M Y K H S L
Decimal 239 193 168 0 0.19 0.30 0.06 21.13 0.69 0.8
Hex EF C1 A8 0 13 1E 6 15 45 50
Octal 357 301 250 0 23 36 6 25 105 120
Binary 11101111 11000001 10101000 0 10011 11110 110 10101 1000101 1010000

Color Harmonies of #EFC1A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC1A8

Black with #EFC1A8

Text Example


Text Example

White with #EFC1A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC1A8; }

 p { color: rgb(239,193,168); }

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

background-color css

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

 a { background-color: rgb(239,193,168); }

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

border-color css

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

 span { border-color: rgb(239,193,168); }

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