Html Css Color HEX #EFC794 New Tan

📋 copy color: '#EFC794'

red 239 ◦ green 199 ◦ blue 148

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

Shades of New Tan #EFC794

Tints of New Tan #EFC794

RGB

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

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

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

R = 40.78%
G = 33.96%
B = 25.26%

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

#EFC794 (or 0xEFC794) is known color: New Tan. HEX triplet: EF, C7 and 94. RGB value is (239,199,148). Sum of RGB (Red+Green+Blue) = 239+199+148=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 199 (78.12% from 255 or 33.96% from 586); Blue value is 148 (58.20% from 255 or 25.26% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC794 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC794 is #10386B. Grayscale: #CDCDCD. Windows color (decimal): -1063020 or 9750511. OLE color: 9750511.

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

Color convert

RGB 239 199 148 -
CMYK 0 0.17 0.38 0.06
HSL 33.63º 0.74% 0.76% -
HSV(B) 33.63º 0.38% 0.94% -
XYZ 61.37 61.34 36.62 -
YUV 205.15 95.75 152.15 -
System Red Green Blue C M Y K H S L
Decimal 239 199 148 0 0.17 0.38 0.06 33.63 0.74 0.76
Hex EF C7 94 0 11 26 6 22 4A 4C
Octal 357 307 224 0 21 46 6 42 112 114
Binary 11101111 11000111 10010100 0 10001 100110 110 100010 1001010 1001100

Color Harmonies of #EFC794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC794

Black with #EFC794

Text Example


Text Example

White with #EFC794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC794; }

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

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

background-color css

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

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

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

border-color css

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

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

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