Html Css Color HEX #EFC295 New Tan

📋 copy color: '#EFC295'

red 239 ◦ green 194 ◦ blue 149

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

Shades of New Tan #EFC295

Tints of New Tan #EFC295

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.33%

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

R = 41.07%
G = 33.33%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EFC295 (or 0xEFC295) is known color: New Tan. HEX triplet: EF, C2 and 95. RGB value is (239,194,149). Sum of RGB (Red+Green+Blue) = 239+194+149=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 194 (76.17% from 255 or 33.33% from 582); Blue value is 149 (58.59% from 255 or 25.60% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC295 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC295 is #103D6A. Grayscale: #CACACA. Windows color (decimal): -1064299 or 9814767. OLE color: 9814767.

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

Color convert

RGB 239 194 149 -
CMYK 0 0.19 0.38 0.06
HSL 30º 0.74% 0.76% -
HSV(B) 30º 0.38% 0.94% -
XYZ 60.31 59.1 36.66 -
YUV 202.33 97.91 154.16 -
System Red Green Blue C M Y K H S L
Decimal 239 194 149 0 0.19 0.38 0.06 30 0.74 0.76
Hex EF C2 95 0 13 26 6 1E 4A 4C
Octal 357 302 225 0 23 46 6 36 112 114
Binary 11101111 11000010 10010101 0 10011 100110 110 11110 1001010 1001100

Color Harmonies of #EFC295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC295

Black with #EFC295

Text Example


Text Example

White with #EFC295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC295; }

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

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

background-color css

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

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

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

border-color css

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

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

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