Html Css Color HEX #EFC694 New Tan

📋 copy color: '#EFC694'

red 239 ◦ green 198 ◦ blue 148

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

Shades of New Tan #EFC694

Tints of New Tan #EFC694

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.85%

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

R = 40.85%
G = 33.85%
B = 25.3%

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

#EFC694 (or 0xEFC694) is known color: New Tan. HEX triplet: EF, C6 and 94. RGB value is (239,198,148). Sum of RGB (Red+Green+Blue) = 239+198+148=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 198 (77.73% from 255 or 33.85% from 585); Blue value is 148 (58.20% from 255 or 25.30% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC694 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC694 is #10396B. Grayscale: #CCCCCC. Windows color (decimal): -1063276 or 9750255. OLE color: 9750255.

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

Color convert

RGB 239 198 148 -
CMYK 0 0.17 0.38 0.06
HSL 32.97º 0.74% 0.76% -
HSV(B) 32.97º 0.38% 0.94% -
XYZ 61.14 60.88 36.55 -
YUV 204.56 96.08 152.57 -
System Red Green Blue C M Y K H S L
Decimal 239 198 148 0 0.17 0.38 0.06 32.97 0.74 0.76
Hex EF C6 94 0 11 26 6 21 4A 4C
Octal 357 306 224 0 21 46 6 41 112 114
Binary 11101111 11000110 10010100 0 10001 100110 110 100001 1001010 1001100

Color Harmonies of #EFC694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC694

Black with #EFC694

Text Example


Text Example

White with #EFC694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC694; }

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

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

background-color css

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

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

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

border-color css

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

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

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