Html Css Color HEX #EFC494 New Tan

📋 copy color: '#EFC494'

red 239 ◦ green 196 ◦ blue 148

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

Shades of New Tan #EFC494

Tints of New Tan #EFC494

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.62%

 BLUE value IS 148 (58.2% from 255) = 25.39%

R = 40.99%
G = 33.62%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EFC494 (or 0xEFC494) is known color: New Tan. HEX triplet: EF, C4 and 94. RGB value is (239,196,148). Sum of RGB (Red+Green+Blue) = 239+196+148=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 196 (76.95% from 255 or 33.62% from 583); Blue value is 148 (58.20% from 255 or 25.39% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC494 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC494 is #103B6B. Grayscale: #CBCBCB. Windows color (decimal): -1063788 or 9749743. OLE color: 9749743.

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

Color convert

RGB 239 196 148 -
CMYK 0 0.18 0.38 0.06
HSL 31.65º 0.74% 0.76% -
HSV(B) 31.65º 0.38% 0.94% -
XYZ 60.68 59.97 36.39 -
YUV 203.39 96.75 153.4 -
System Red Green Blue C M Y K H S L
Decimal 239 196 148 0 0.18 0.38 0.06 31.65 0.74 0.76
Hex EF C4 94 0 12 26 6 20 4A 4C
Octal 357 304 224 0 22 46 6 40 112 114
Binary 11101111 11000100 10010100 0 10010 100110 110 100000 1001010 1001100

Color Harmonies of #EFC494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC494

Black with #EFC494

Text Example


Text Example

White with #EFC494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC494; }

 p { color: rgb(239,196,148); }

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

background-color css

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

 a { background-color: rgb(239,196,148); }

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

border-color css

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

 span { border-color: rgb(239,196,148); }

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