Html Css Color HEX #EFCD9E New Tan

📋 copy color: '#EFCD9E'

red 239 ◦ green 205 ◦ blue 158

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

Shades of New Tan #EFCD9E

Tints of New Tan #EFCD9E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.05%

 BLUE value IS 158 (62.11% from 255) = 26.25%

R = 39.7%
G = 34.05%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EFCD9E (or 0xEFCD9E) is known color: New Tan. HEX triplet: EF, CD and 9E. RGB value is (239,205,158). Sum of RGB (Red+Green+Blue) = 239+205+158=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 158 (62.11% from 255 or 26.25% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCD9E is #103261. Grayscale: #D2D2D2. Windows color (decimal): -1061474 or 10407407. OLE color: 10407407.

HSL color Cylindrical-coordinate representation of color #EFCD9E: hue angle of 34.81º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFCD9E is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 205 158 -
CMYK 0 0.14 0.34 0.06
HSL 34.81º 0.72% 0.78% -
HSV(B) 34.81º 0.34% 0.94% -
XYZ 63.6 64.48 41.44 -
YUV 209.81 98.76 148.82 -
System Red Green Blue C M Y K H S L
Decimal 239 205 158 0 0.14 0.34 0.06 34.81 0.72 0.78
Hex EF CD 9E 0 E 22 6 23 48 4E
Octal 357 315 236 0 16 42 6 43 110 116
Binary 11101111 11001101 10011110 0 1110 100010 110 100011 1001000 1001110

Color Harmonies of #EFCD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD9E

Black with #EFCD9E

Text Example


Text Example

White with #EFCD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD9E; }

 p { color: rgb(239,205,158); }

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

background-color css

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

 a { background-color: rgb(239,205,158); }

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

border-color css

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

 span { border-color: rgb(239,205,158); }

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