Html Css Color HEX #EC884D Flamenco

📋 copy color: '#EC884D'

red 236 ◦ green 136 ◦ blue 77

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

Shades of Flamenco #EC884D

Tints of Flamenco #EC884D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.15%

R = 52.56%
G = 30.29%
B = 17.15%

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

#EC884D (or 0xEC884D) is known color: Flamenco. HEX triplet: EC, 88 and 4D. RGB value is (236,136,77). Sum of RGB (Red+Green+Blue) = 236+136+77=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 77 (30.47% from 255 or 17.15% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC884D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC884D is #1377B2. Grayscale: #9F9F9F. Windows color (decimal): -1275827 or 5081324. OLE color: 5081324.

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

Color convert

RGB 236 136 77 -
CMYK 0 0.42 0.67 0.07
HSL 22.26º 0.81% 0.61% -
HSV(B) 22.26º 0.67% 0.93% -
XYZ 44.74 35.98 11.61 -
YUV 159.17 81.63 182.8 -
System Red Green Blue C M Y K H S L
Decimal 236 136 77 0 0.42 0.67 0.07 22.26 0.81 0.61
Hex EC 88 4D 0 2A 43 7 16 51 3D
Octal 354 210 115 0 52 103 7 26 121 75
Binary 11101100 10001000 1001101 0 101010 1000011 111 10110 1010001 111101

Color Harmonies of #EC884D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC884D

Black with #EC884D

Text Example


Text Example

White with #EC884D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC884D; }

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

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

background-color css

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

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

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

border-color css

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

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

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