#EFA248

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

Shades of Sunshade #EFA248

Tints of Sunshade #EFA248

Color information

#EFA248 (or 0xEFA248) is unknown color: approx Sunshade. HEX triplet: EF, A2 and 48. RGB value is (239,162,72). Sum of RGB (Red+Green+Blue) = 239+162+72=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 72 (28.52% from 255 or 15.22% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA248 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA248 is #105DB7. Grayscale: #AFAFAF. Windows color (decimal): -1072568 or 4760303. OLE color: 4760303.

HSL color Cylindrical-coordinate representation of color #EFA248: hue angle of 32.34º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EFA248 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB23916272-
CMYK00.320.700.06
HSL32.34º83.92%60.98%-
HSV(B)32.34º69.87%93.73%-
XYZ49.6944.6612.13-
YUV174.7670.01173.82-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.53%
GREEN value IS 162 (63.67% from 255) = 34.25%
BLUE value IS 72 (28.52% from 255) = 15.22%
R=50.53%
G=34.25%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391627200.320.700.0632.3483.9260.98
HexEFA24802046620543d
Octal35724211004010664012475
Binary11101111101000101001000010000010001101101000001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA248; }

 p { color: rgb(239,162,72); }

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

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

 a { background-color: rgb(239,162,72); }

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

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

 span { border-color: rgb(239,162,72); }

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