Html Css Color HEX #EC843F Flamenco

📋 copy color: '#EC843F'

red 236 ◦ green 132 ◦ blue 63

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

Shades of Flamenco #EC843F

Tints of Flamenco #EC843F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.63%

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

R = 54.76%
G = 30.63%
B = 14.62%

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

#EC843F (or 0xEC843F) is known color: Flamenco. HEX triplet: EC, 84 and 3F. RGB value is (236,132,63). Sum of RGB (Red+Green+Blue) = 236+132+63=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 63 (25% from 255 or 14.62% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC843F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC843F is #137BC0. Grayscale: #9B9B9B. Windows color (decimal): -1276865 or 4162796. OLE color: 4162796.

HSL color Cylindrical-coordinate representation of color #EC843F: hue angle of 23.93º 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 #EC843F is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 132 63 -
CMYK 0 0.44 0.73 0.07
HSL 23.93º 0.82% 0.59% -
HSV(B) 23.93º 0.73% 0.93% -
XYZ 43.74 34.69 9.09 -
YUV 155.23 75.96 185.61 -
System Red Green Blue C M Y K H S L
Decimal 236 132 63 0 0.44 0.73 0.07 23.93 0.82 0.59
Hex EC 84 3F 0 2C 49 7 18 52 3B
Octal 354 204 77 0 54 111 7 30 122 73
Binary 11101100 10000100 111111 0 101100 1001001 111 11000 1010010 111011

Color Harmonies of #EC843F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC843F

Black with #EC843F

Text Example


Text Example

White with #EC843F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC843F; }

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

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

background-color css

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

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

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

border-color css

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

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

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