Html Css Color HEX #EFC294 New Tan

📋 copy color: '#EFC294'

red 239 ◦ green 194 ◦ blue 148

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

Shades of New Tan #EFC294

Tints of New Tan #EFC294

RGB

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

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

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

R = 41.14%
G = 33.39%
B = 25.47%

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

#EFC294 (or 0xEFC294) is known color: New Tan. HEX triplet: EF, C2 and 94. RGB value is (239,194,148). Sum of RGB (Red+Green+Blue) = 239+194+148=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 194 (76.17% from 255 or 33.39% from 581); Blue value is 148 (58.20% from 255 or 25.47% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC294 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC294 is #103D6B. Grayscale: #CACACA. Windows color (decimal): -1064300 or 9749231. OLE color: 9749231.

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

Color convert

RGB 239 194 148 -
CMYK 0 0.19 0.38 0.06
HSL 30.33º 0.74% 0.76% -
HSV(B) 30.33º 0.38% 0.94% -
XYZ 60.23 59.07 36.24 -
YUV 202.21 97.41 154.24 -
System Red Green Blue C M Y K H S L
Decimal 239 194 148 0 0.19 0.38 0.06 30.33 0.74 0.76
Hex EF C2 94 0 13 26 6 1E 4A 4C
Octal 357 302 224 0 23 46 6 36 112 114
Binary 11101111 11000010 10010100 0 10011 100110 110 11110 1001010 1001100

Color Harmonies of #EFC294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC294

Black with #EFC294

Text Example


Text Example

White with #EFC294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC294; }

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

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

background-color css

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

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

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

border-color css

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

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

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