#EF853D

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

Shades of Flamenco #EF853D

Tints of Flamenco #EF853D

Color information

#EF853D (or 0xEF853D) is unknown color: approx Flamenco. HEX triplet: EF, 85 and 3D. RGB value is (239,133,61). Sum of RGB (Red+Green+Blue) = 239+133+61=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 61 (24.22% from 255 or 14.09% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EF853D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF853D is #107AC2. Grayscale: #9C9C9C. Windows color (decimal): -1080003 or 4031983. OLE color: 4031983.

HSL color Cylindrical-coordinate representation of color #EF853D: hue angle of 24.27º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF853D is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB23913361-
CMYK00.440.740.06
HSL24.27º84.76%58.82%-
HSV(B)24.27º74.48%93.73%-
XYZ44.8335.468.9-
YUV156.4974.12186.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 55.20%
GREEN value IS 133 (52.34% from 255) = 30.72%
BLUE value IS 61 (24.22% from 255) = 14.09%
R=55.20%
G=30.72%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.74
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391336100.440.740.0624.2784.7658.82
HexEF853D02C4A618553b
Octal3572057505411263012573
Binary111011111000010111110101011001001010110110001010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF853D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF853D; }

 p { color: rgb(239,133,61); }

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

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

 a { background-color: rgb(239,133,61); }

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

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

 span { border-color: rgb(239,133,61); }

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