Html Css Color HEX #EFBEA3 Zinnwaldite

📋 copy color: '#EFBEA3'

red 239 ◦ green 190 ◦ blue 163

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

Shades of Zinnwaldite #EFBEA3

Tints of Zinnwaldite #EFBEA3

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.09%

 BLUE value IS 163 (64.06% from 255) = 27.53%

R = 40.37%
G = 32.09%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#EFBEA3 (or 0xEFBEA3) is known color: Zinnwaldite. HEX triplet: EF, BE and A3. RGB value is (239,190,163). Sum of RGB (Red+Green+Blue) = 239+190+163=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 163 (64.06% from 255 or 27.53% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBEA3 is #10415C. Grayscale: #C9C9C9. Windows color (decimal): -1065309 or 10731247. OLE color: 10731247.

HSL color Cylindrical-coordinate representation of color #EFBEA3: hue angle of 21.32º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFBEA3 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 190 163 -
CMYK 0 0.21 0.32 0.06
HSL 21.32º 0.7% 0.79% -
HSV(B) 21.32º 0.32% 0.94% -
XYZ 60.62 57.82 42.62 -
YUV 201.57 106.23 154.7 -
System Red Green Blue C M Y K H S L
Decimal 239 190 163 0 0.21 0.32 0.06 21.32 0.7 0.79
Hex EF BE A3 0 15 20 6 15 46 4F
Octal 357 276 243 0 25 40 6 25 106 117
Binary 11101111 10111110 10100011 0 10101 100000 110 10101 1000110 1001111

Color Harmonies of #EFBEA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBEA3

Black with #EFBEA3

Text Example


Text Example

White with #EFBEA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBEA3; }

 p { color: rgb(239,190,163); }

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

background-color css

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

 a { background-color: rgb(239,190,163); }

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

border-color css

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

 span { border-color: rgb(239,190,163); }

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