Html Css Color HEX #EC853F Flamenco

📋 copy color: '#EC853F'

red 236 ◦ green 133 ◦ blue 63

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

Shades of Flamenco #EC853F

Tints of Flamenco #EC853F

RGB

 RED value IS 236 (92.58% from 255) = 54.63%

 GREEN value IS 133 (52.34% from 255) = 30.79%

 BLUE value IS 63 (25% from 255) = 14.58%

R = 54.63%
G = 30.79%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC853F (or 0xEC853F) is known color: Flamenco. HEX triplet: EC, 85 and 3F. RGB value is (236,133,63). Sum of RGB (Red+Green+Blue) = 236+133+63=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 63 (25% from 255 or 14.58% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC853F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC853F is #137AC0. Grayscale: #9C9C9C. Windows color (decimal): -1276609 or 4163052. OLE color: 4163052.

HSL color Cylindrical-coordinate representation of color #EC853F: hue angle of 24.28º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC853F is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 133 63 -
CMYK 0 0.44 0.73 0.07
HSL 24.28º 0.82% 0.59% -
HSV(B) 24.28º 0.73% 0.93% -
XYZ 43.88 34.97 9.14 -
YUV 155.82 75.62 185.19 -
System Red Green Blue C M Y K H S L
Decimal 236 133 63 0 0.44 0.73 0.07 24.28 0.82 0.59
Hex EC 85 3F 0 2C 49 7 18 52 3B
Octal 354 205 77 0 54 111 7 30 122 73
Binary 11101100 10000101 111111 0 101100 1001001 111 11000 1010010 111011

Color Harmonies of #EC853F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC853F

Black with #EC853F

Text Example


Text Example

White with #EC853F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC853F; }

 p { color: rgb(236,133,63); }

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

background-color css

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

 a { background-color: rgb(236,133,63); }

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

border-color css

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

 span { border-color: rgb(236,133,63); }

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