Html Css Color HEX #EFC296 New Tan

📋 copy color: '#EFC296'

red 239 ◦ green 194 ◦ blue 150

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

Shades of New Tan #EFC296

Tints of New Tan #EFC296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 25.73%

R = 40.99%
G = 33.28%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EFC296 (or 0xEFC296) is known color: New Tan. HEX triplet: EF, C2 and 96. RGB value is (239,194,150). Sum of RGB (Red+Green+Blue) = 239+194+150=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 194 (76.17% from 255 or 33.28% from 583); Blue value is 150 (58.98% from 255 or 25.73% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC296 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC296 is #103D69. Grayscale: #CACACA. Windows color (decimal): -1064298 or 9880303. OLE color: 9880303.

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

Color convert

RGB 239 194 150 -
CMYK 0 0.19 0.37 0.06
HSL 29.66º 0.74% 0.76% -
HSV(B) 29.66º 0.37% 0.94% -
XYZ 60.39 59.14 37.09 -
YUV 202.44 98.41 154.08 -
System Red Green Blue C M Y K H S L
Decimal 239 194 150 0 0.19 0.37 0.06 29.66 0.74 0.76
Hex EF C2 96 0 13 25 6 1E 4A 4C
Octal 357 302 226 0 23 45 6 36 112 114
Binary 11101111 11000010 10010110 0 10011 100101 110 11110 1001010 1001100

Color Harmonies of #EFC296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC296

Black with #EFC296

Text Example


Text Example

White with #EFC296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC296; }

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

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

background-color css

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

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

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

border-color css

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

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

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