Html Css Color HEX #EFC996 New Tan

📋 copy color: '#EFC996'

red 239 ◦ green 201 ◦ blue 150

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

Shades of New Tan #EFC996

Tints of New Tan #EFC996

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.07%

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

R = 40.51%
G = 34.07%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EFC996 (or 0xEFC996) is known color: New Tan. HEX triplet: EF, C9 and 96. RGB value is (239,201,150). Sum of RGB (Red+Green+Blue) = 239+201+150=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 201 (78.91% from 255 or 34.07% from 590); Blue value is 150 (58.98% from 255 or 25.42% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC996 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC996 is #103669. Grayscale: #CECECE. Windows color (decimal): -1062506 or 9882095. OLE color: 9882095.

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

Color convert

RGB 239 201 150 -
CMYK 0 0.16 0.37 0.06
HSL 34.38º 0.74% 0.76% -
HSV(B) 34.38º 0.37% 0.94% -
XYZ 61.99 62.33 37.62 -
YUV 206.55 96.09 151.15 -
System Red Green Blue C M Y K H S L
Decimal 239 201 150 0 0.16 0.37 0.06 34.38 0.74 0.76
Hex EF C9 96 0 10 25 6 22 4A 4C
Octal 357 311 226 0 20 45 6 42 112 114
Binary 11101111 11001001 10010110 0 10000 100101 110 100010 1001010 1001100

Color Harmonies of #EFC996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC996

Black with #EFC996

Text Example


Text Example

White with #EFC996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC996; }

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

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

background-color css

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

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

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

border-color css

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

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

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