Html Css Color HEX #EFCA9E New Tan

📋 copy color: '#EFCA9E'

red 239 ◦ green 202 ◦ blue 158

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

Shades of New Tan #EFCA9E

Tints of New Tan #EFCA9E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.72%

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

R = 39.9%
G = 33.72%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EFCA9E (or 0xEFCA9E) is known color: New Tan. HEX triplet: EF, CA and 9E. RGB value is (239,202,158). Sum of RGB (Red+Green+Blue) = 239+202+158=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 158 (62.11% from 255 or 26.38% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCA9E is #103561. Grayscale: #D0D0D0. Windows color (decimal): -1062242 or 10406639. OLE color: 10406639.

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

Color convert

RGB 239 202 158 -
CMYK 0 0.15 0.34 0.06
HSL 32.59º 0.72% 0.78% -
HSV(B) 32.59º 0.34% 0.94% -
XYZ 62.89 63.06 41.21 -
YUV 208.05 99.76 150.08 -
System Red Green Blue C M Y K H S L
Decimal 239 202 158 0 0.15 0.34 0.06 32.59 0.72 0.78
Hex EF CA 9E 0 F 22 6 21 48 4E
Octal 357 312 236 0 17 42 6 41 110 116
Binary 11101111 11001010 10011110 0 1111 100010 110 100001 1001000 1001110

Color Harmonies of #EFCA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCA9E

Black with #EFCA9E

Text Example


Text Example

White with #EFCA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCA9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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