#EFC38F

Color #EFC38F New Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Tan #EFC38F

Tints of New Tan #EFC38F

Color information

#EFC38F (or 0xEFC38F) is unknown color: approx New Tan. HEX triplet: EF, C3 and 8F. RGB value is (239,195,143). Sum of RGB (Red+Green+Blue) = 239+195+143=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 195 (76.56% from 255 or 33.80% from 577); Blue value is 143 (56.25% from 255 or 24.78% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC38F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC38F is #103C70. Grayscale: #CACACA. Windows color (decimal): -1064049 or 9421807. OLE color: 9421807.

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

Color convert

RGB239195143-
CMYK00.180.400.06
HSL32.5º75%74.9%-
HSV(B)32.5º40.17%93.73%-
XYZ60.0759.3634.28-
YUV202.2394.58154.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.42%
GREEN value IS 195 (76.56% from 255) = 33.80%
BLUE value IS 143 (56.25% from 255) = 24.78%
R=41.42%
G=33.80%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919514300.180.400.0632.57574.9
HexEFC38F012286214b4b
Octal35730321702250641113113
Binary11101111110000111000111101001010100011010000110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC38F; }

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

 H1.HeaderClassName
 {
   color: #EFC38F;
 }
 .AnyTagClassName
 {
   color: #EFC38F;
 }
</style>
background-color css

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

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

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

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

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

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