Html Css Color HEX #EFC7B2 Zinnwaldite

📋 copy color: '#EFC7B2'

red 239 ◦ green 199 ◦ blue 178

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

Shades of Zinnwaldite #EFC7B2

Tints of Zinnwaldite #EFC7B2

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.31%

 BLUE value IS 178 (69.92% from 255) = 28.9%

R = 38.8%
G = 32.31%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EFC7B2 (or 0xEFC7B2) is known color: Zinnwaldite. HEX triplet: EF, C7 and B2. RGB value is (239,199,178). Sum of RGB (Red+Green+Blue) = 239+199+178=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 199 (78.12% from 255 or 32.31% from 616); Blue value is 178 (69.92% from 255 or 28.90% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC7B2 is #10384D. Grayscale: #D0D0D0. Windows color (decimal): -1062990 or 11716591. OLE color: 11716591.

HSL color Cylindrical-coordinate representation of color #EFC7B2: hue angle of 20.66º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFC7B2 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 199 178 -
CMYK 0 0.17 0.26 0.06
HSL 20.66º 0.66% 0.82% -
HSV(B) 20.66º 0.26% 0.94% -
XYZ 64.06 62.41 50.79 -
YUV 208.57 110.75 149.71 -
System Red Green Blue C M Y K H S L
Decimal 239 199 178 0 0.17 0.26 0.06 20.66 0.66 0.82
Hex EF C7 B2 0 11 1A 6 15 42 52
Octal 357 307 262 0 21 32 6 25 102 122
Binary 11101111 11000111 10110010 0 10001 11010 110 10101 1000010 1010010

Color Harmonies of #EFC7B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC7B2

Black with #EFC7B2

Text Example


Text Example

White with #EFC7B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC7B2; }

 p { color: rgb(239,199,178); }

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

background-color css

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

 a { background-color: rgb(239,199,178); }

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

border-color css

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

 span { border-color: rgb(239,199,178); }

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