Html Css Color HEX #EFC69D New Tan

📋 copy color: '#EFC69D'

red 239 ◦ green 198 ◦ blue 157

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

Shades of New Tan #EFC69D

Tints of New Tan #EFC69D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 26.43%

R = 40.24%
G = 33.33%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EFC69D (or 0xEFC69D) is known color: New Tan. HEX triplet: EF, C6 and 9D. RGB value is (239,198,157). Sum of RGB (Red+Green+Blue) = 239+198+157=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 198 (77.73% from 255 or 33.33% from 594); Blue value is 157 (61.72% from 255 or 26.43% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC69D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC69D is #103962. Grayscale: #CDCDCD. Windows color (decimal): -1063267 or 10340079. OLE color: 10340079.

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

Color convert

RGB 239 198 157 -
CMYK 0 0.17 0.34 0.06
HSL 30º 0.72% 0.78% -
HSV(B) 30º 0.34% 0.94% -
XYZ 61.88 61.17 40.44 -
YUV 205.59 100.58 151.83 -
System Red Green Blue C M Y K H S L
Decimal 239 198 157 0 0.17 0.34 0.06 30 0.72 0.78
Hex EF C6 9D 0 11 22 6 1E 48 4E
Octal 357 306 235 0 21 42 6 36 110 116
Binary 11101111 11000110 10011101 0 10001 100010 110 11110 1001000 1001110

Color Harmonies of #EFC69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC69D

Black with #EFC69D

Text Example


Text Example

White with #EFC69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC69D; }

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

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

background-color css

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

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

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

border-color css

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

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

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