Html Css Color HEX #EFC3B3 Zinnwaldite

📋 copy color: '#EFC3B3'

red 239 ◦ green 195 ◦ blue 179

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

Shades of Zinnwaldite #EFC3B3

Tints of Zinnwaldite #EFC3B3

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.81%

 BLUE value IS 179 (70.31% from 255) = 29.2%

R = 38.99%
G = 31.81%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#EFC3B3 (or 0xEFC3B3) is known color: Zinnwaldite. HEX triplet: EF, C3 and B3. RGB value is (239,195,179). Sum of RGB (Red+Green+Blue) = 239+195+179=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 195 (76.56% from 255 or 31.81% from 613); Blue value is 179 (70.31% from 255 or 29.20% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC3B3 is #103C4C. Grayscale: #CECECE. Windows color (decimal): -1064013 or 11781103. OLE color: 11781103.

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

Color convert

RGB 239 195 179 -
CMYK 0 0.18 0.25 0.06
HSL 16º 0.65% 0.82% -
HSV(B) 16º 0.25% 0.94% -
XYZ 63.25 60.64 51.02 -
YUV 206.33 112.58 151.3 -
System Red Green Blue C M Y K H S L
Decimal 239 195 179 0 0.18 0.25 0.06 16 0.65 0.82
Hex EF C3 B3 0 12 19 6 10 41 52
Octal 357 303 263 0 22 31 6 20 101 122
Binary 11101111 11000011 10110011 0 10010 11001 110 10000 1000001 1010010

Color Harmonies of #EFC3B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC3B3

Black with #EFC3B3

Text Example


Text Example

White with #EFC3B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC3B3; }

 p { color: rgb(239,195,179); }

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

background-color css

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

 a { background-color: rgb(239,195,179); }

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

border-color css

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

 span { border-color: rgb(239,195,179); }

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