Html Css Color HEX #EFC995 New Tan

📋 copy color: '#EFC995'

red 239 ◦ green 201 ◦ blue 149

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

Shades of New Tan #EFC995

Tints of New Tan #EFC995

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.13%

 BLUE value IS 149 (58.59% from 255) = 25.3%

R = 40.58%
G = 34.13%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EFC995 (or 0xEFC995) is known color: New Tan. HEX triplet: EF, C9 and 95. RGB value is (239,201,149). Sum of RGB (Red+Green+Blue) = 239+201+149=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 201 (78.91% from 255 or 34.13% from 589); Blue value is 149 (58.59% from 255 or 25.30% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC995 is #10366A. Grayscale: #CECECE. Windows color (decimal): -1062507 or 9816559. OLE color: 9816559.

HSL color Cylindrical-coordinate representation of color #EFC995: hue angle of 34.67º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EFC995 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 201 149 -
CMYK 0 0.16 0.38 0.06
HSL 34.67º 0.74% 0.76% -
HSV(B) 34.67º 0.38% 0.94% -
XYZ 61.91 62.29 37.19 -
YUV 206.43 95.59 151.23 -
System Red Green Blue C M Y K H S L
Decimal 239 201 149 0 0.16 0.38 0.06 34.67 0.74 0.76
Hex EF C9 95 0 10 26 6 23 4A 4C
Octal 357 311 225 0 20 46 6 43 112 114
Binary 11101111 11001001 10010101 0 10000 100110 110 100011 1001010 1001100

Color Harmonies of #EFC995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC995

Black with #EFC995

Text Example


Text Example

White with #EFC995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC995; }

 p { color: rgb(239,201,149); }

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

background-color css

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

 a { background-color: rgb(239,201,149); }

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

border-color css

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

 span { border-color: rgb(239,201,149); }

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