#EFA245

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

Shades of Sunshade #EFA245

Tints of Sunshade #EFA245

Color information

#EFA245 (or 0xEFA245) is unknown color: approx Sunshade. HEX triplet: EF, A2 and 45. RGB value is (239,162,69). Sum of RGB (Red+Green+Blue) = 239+162+69=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 69 (27.34% from 255 or 14.68% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA245 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA245 is #105DBA. Grayscale: #AEAEAE. Windows color (decimal): -1072571 or 4563695. OLE color: 4563695.

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

Color convert

RGB23916269-
CMYK00.320.710.06
HSL32.82º84.16%60.39%-
HSV(B)32.82º71.13%93.73%-
XYZ49.5944.6211.63-
YUV174.4268.51174.06-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.85%
GREEN value IS 162 (63.67% from 255) = 34.47%
BLUE value IS 69 (27.34% from 255) = 14.68%
R=50.85%
G=34.47%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.71
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391626900.320.710.0632.8284.1660.39
HexEFA24502047621543c
Octal35724210504010764112474
Binary11101111101000101000101010000010001111101000011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA245; }

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

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

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

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

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

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

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

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