Html Css Color HEX #EC884E Flamenco

📋 copy color: '#EC884E'

red 236 ◦ green 136 ◦ blue 78

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

Shades of Flamenco #EC884E

Tints of Flamenco #EC884E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.22%

 BLUE value IS 78 (30.86% from 255) = 17.33%

R = 52.44%
G = 30.22%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC884E (or 0xEC884E) is known color: Flamenco. HEX triplet: EC, 88 and 4E. RGB value is (236,136,78). Sum of RGB (Red+Green+Blue) = 236+136+78=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 78 (30.86% from 255 or 17.33% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC884E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC884E is #1377B1. Grayscale: #9F9F9F. Windows color (decimal): -1275826 or 5146860. OLE color: 5146860.

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

Color convert

RGB 236 136 78 -
CMYK 0 0.42 0.67 0.07
HSL 22.03º 0.81% 0.62% -
HSV(B) 22.03º 0.67% 0.93% -
XYZ 44.77 35.99 11.8 -
YUV 159.29 82.13 182.72 -
System Red Green Blue C M Y K H S L
Decimal 236 136 78 0 0.42 0.67 0.07 22.03 0.81 0.62
Hex EC 88 4E 0 2A 43 7 16 51 3E
Octal 354 210 116 0 52 103 7 26 121 76
Binary 11101100 10001000 1001110 0 101010 1000011 111 10110 1010001 111110

Color Harmonies of #EC884E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC884E

Black with #EC884E

Text Example


Text Example

White with #EC884E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC884E; }

 p { color: rgb(236,136,78); }

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

background-color css

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

 a { background-color: rgb(236,136,78); }

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

border-color css

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

 span { border-color: rgb(236,136,78); }

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