Html Css Color HEX #EFC28F New Tan

📋 copy color: '#EFC28F'

red 239 ◦ green 194 ◦ blue 143

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

Shades of New Tan #EFC28F

Tints of New Tan #EFC28F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.68%

 BLUE value IS 143 (56.25% from 255) = 24.83%

R = 41.49%
G = 33.68%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EFC28F (or 0xEFC28F) is known color: New Tan. HEX triplet: EF, C2 and 8F. RGB value is (239,194,143). Sum of RGB (Red+Green+Blue) = 239+194+143=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 194 (76.17% from 255 or 33.68% from 576); Blue value is 143 (56.25% from 255 or 24.83% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC28F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC28F is #103D70. Grayscale: #C9C9C9. Windows color (decimal): -1064305 or 9421551. OLE color: 9421551.

HSL color Cylindrical-coordinate representation of color #EFC28F: hue angle of 31.88º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EFC28F is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 194 143 -
CMYK 0 0.19 0.40 0.06
HSL 31.88º 0.75% 0.75% -
HSV(B) 31.88º 0.4% 0.94% -
XYZ 59.85 58.92 34.2 -
YUV 201.64 94.91 154.65 -
System Red Green Blue C M Y K H S L
Decimal 239 194 143 0 0.19 0.40 0.06 31.88 0.75 0.75
Hex EF C2 8F 0 13 28 6 20 4B 4B
Octal 357 302 217 0 23 50 6 40 113 113
Binary 11101111 11000010 10001111 0 10011 101000 110 100000 1001011 1001011

Color Harmonies of #EFC28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC28F

Black with #EFC28F

Text Example


Text Example

White with #EFC28F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC28F; }

 p { color: rgb(239,194,143); }

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

background-color css

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

 a { background-color: rgb(239,194,143); }

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

border-color css

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

 span { border-color: rgb(239,194,143); }

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