Html Css Color HEX #EC864B Flamenco

📋 copy color: '#EC864B'

red 236 ◦ green 134 ◦ blue 75

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

Shades of Flamenco #EC864B

Tints of Flamenco #EC864B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.85%

R = 53.03%
G = 30.11%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC864B (or 0xEC864B) is known color: Flamenco. HEX triplet: EC, 86 and 4B. RGB value is (236,134,75). Sum of RGB (Red+Green+Blue) = 236+134+75=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 134 (52.73% from 255 or 30.11% from 445); Blue value is 75 (29.69% from 255 or 16.85% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC864B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC864B is #1379B4. Grayscale: #9E9E9E. Windows color (decimal): -1276341 or 4949740. OLE color: 4949740.

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

Color convert

RGB 236 134 75 -
CMYK 0 0.43 0.68 0.07
HSL 21.99º 0.81% 0.61% -
HSV(B) 21.99º 0.68% 0.93% -
XYZ 44.39 35.39 11.15 -
YUV 157.77 81.29 183.8 -
System Red Green Blue C M Y K H S L
Decimal 236 134 75 0 0.43 0.68 0.07 21.99 0.81 0.61
Hex EC 86 4B 0 2B 44 7 16 51 3D
Octal 354 206 113 0 53 104 7 26 121 75
Binary 11101100 10000110 1001011 0 101011 1000100 111 10110 1010001 111101

Color Harmonies of #EC864B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC864B

Black with #EC864B

Text Example


Text Example

White with #EC864B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC864B; }

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

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

background-color css

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

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

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

border-color css

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

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

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