Html Css Color HEX #EFC795 New Tan

📋 copy color: '#EFC795'

red 239 ◦ green 199 ◦ blue 149

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

Shades of New Tan #EFC795

Tints of New Tan #EFC795

RGB

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

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

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

R = 40.72%
G = 33.9%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EFC795 (or 0xEFC795) is known color: New Tan. HEX triplet: EF, C7 and 95. RGB value is (239,199,149). Sum of RGB (Red+Green+Blue) = 239+199+149=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 199 (78.12% from 255 or 33.90% from 587); Blue value is 149 (58.59% from 255 or 25.38% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC795 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC795 is #10386A. Grayscale: #CDCDCD. Windows color (decimal): -1063019 or 9816047. OLE color: 9816047.

HSL color Cylindrical-coordinate representation of color #EFC795: hue angle of 33.33º 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 #EFC795 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 199 149 -
CMYK 0 0.17 0.38 0.06
HSL 33.33º 0.74% 0.76% -
HSV(B) 33.33º 0.38% 0.94% -
XYZ 61.44 61.37 37.04 -
YUV 205.26 96.25 152.07 -
System Red Green Blue C M Y K H S L
Decimal 239 199 149 0 0.17 0.38 0.06 33.33 0.74 0.76
Hex EF C7 95 0 11 26 6 21 4A 4C
Octal 357 307 225 0 21 46 6 41 112 114
Binary 11101111 11000111 10010101 0 10001 100110 110 100001 1001010 1001100

Color Harmonies of #EFC795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC795

Black with #EFC795

Text Example


Text Example

White with #EFC795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC795; }

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

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

background-color css

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

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

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

border-color css

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

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

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