Html Css Color HEX #EFCBA0 New Tan

📋 copy color: '#EFCBA0'

red 239 ◦ green 203 ◦ blue 160

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

Shades of New Tan #EFCBA0

Tints of New Tan #EFCBA0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.72%

 BLUE value IS 160 (62.89% from 255) = 26.58%

R = 39.7%
G = 33.72%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EFCBA0 (or 0xEFCBA0) is known color: New Tan. HEX triplet: EF, CB and A0. RGB value is (239,203,160). Sum of RGB (Red+Green+Blue) = 239+203+160=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 160 (62.89% from 255 or 26.58% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCBA0 is #10345F. Grayscale: #D1D1D1. Windows color (decimal): -1061984 or 10537967. OLE color: 10537967.

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

Color convert

RGB 239 203 160 -
CMYK 0 0.15 0.33 0.06
HSL 32.66º 0.71% 0.78% -
HSV(B) 32.66º 0.33% 0.94% -
XYZ 63.3 63.6 42.2 -
YUV 208.86 100.43 149.5 -
System Red Green Blue C M Y K H S L
Decimal 239 203 160 0 0.15 0.33 0.06 32.66 0.71 0.78
Hex EF CB A0 0 F 21 6 21 47 4E
Octal 357 313 240 0 17 41 6 41 107 116
Binary 11101111 11001011 10100000 0 1111 100001 110 100001 1000111 1001110

Color Harmonies of #EFCBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCBA0

Black with #EFCBA0

Text Example


Text Example

White with #EFCBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCBA0; }

 p { color: rgb(239,203,160); }

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

background-color css

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

 a { background-color: rgb(239,203,160); }

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

border-color css

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

 span { border-color: rgb(239,203,160); }

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