Html Css Color HEX #EC863E Flamenco

📋 copy color: '#EC863E'

red 236 ◦ green 134 ◦ blue 62

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

Shades of Flamenco #EC863E

Tints of Flamenco #EC863E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.02%

 BLUE value IS 62 (24.61% from 255) = 14.35%

R = 54.63%
G = 31.02%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EC863E (or 0xEC863E) is known color: Flamenco. HEX triplet: EC, 86 and 3E. RGB value is (236,134,62). Sum of RGB (Red+Green+Blue) = 236+134+62=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 62 (24.61% from 255 or 14.35% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC863E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC863E is #1379C1. Grayscale: #9C9C9C. Windows color (decimal): -1276354 or 4097772. OLE color: 4097772.

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

Color convert

RGB 236 134 62 -
CMYK 0 0.43 0.74 0.07
HSL 24.83º 0.82% 0.58% -
HSV(B) 24.83º 0.74% 0.93% -
XYZ 43.99 35.23 9.04 -
YUV 156.29 74.79 184.85 -
System Red Green Blue C M Y K H S L
Decimal 236 134 62 0 0.43 0.74 0.07 24.83 0.82 0.58
Hex EC 86 3E 0 2B 4A 7 19 52 3A
Octal 354 206 76 0 53 112 7 31 122 72
Binary 11101100 10000110 111110 0 101011 1001010 111 11001 1010010 111010

Color Harmonies of #EC863E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC863E

Black with #EC863E

Text Example


Text Example

White with #EC863E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC863E; }

 p { color: rgb(236,134,62); }

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

background-color css

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

 a { background-color: rgb(236,134,62); }

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

border-color css

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

 span { border-color: rgb(236,134,62); }

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