Html Css Color HEX #EC874D Flamenco

📋 copy color: '#EC874D'

red 236 ◦ green 135 ◦ blue 77

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

Shades of Flamenco #EC874D

Tints of Flamenco #EC874D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.13%

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

R = 52.68%
G = 30.13%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC874D (or 0xEC874D) is known color: Flamenco. HEX triplet: EC, 87 and 4D. RGB value is (236,135,77). Sum of RGB (Red+Green+Blue) = 236+135+77=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 135 (53.12% from 255 or 30.13% from 448); Blue value is 77 (30.47% from 255 or 17.19% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #EC874D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC874D is #1378B2. Grayscale: #9E9E9E. Windows color (decimal): -1276083 or 5081068. OLE color: 5081068.

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

Color convert

RGB 236 135 77 -
CMYK 0 0.43 0.67 0.07
HSL 21.89º 0.81% 0.61% -
HSV(B) 21.89º 0.67% 0.93% -
XYZ 44.6 35.7 11.56 -
YUV 158.59 81.96 183.22 -
System Red Green Blue C M Y K H S L
Decimal 236 135 77 0 0.43 0.67 0.07 21.89 0.81 0.61
Hex EC 87 4D 0 2B 43 7 16 51 3D
Octal 354 207 115 0 53 103 7 26 121 75
Binary 11101100 10000111 1001101 0 101011 1000011 111 10110 1010001 111101

Color Harmonies of #EC874D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC874D

Black with #EC874D

Text Example


Text Example

White with #EC874D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC874D; }

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

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

background-color css

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

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

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

border-color css

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

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

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