Html Css Color HEX #EC854D Flamenco

📋 copy color: '#EC854D'

red 236 ◦ green 133 ◦ blue 77

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

Shades of Flamenco #EC854D

Tints of Flamenco #EC854D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.82%

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

R = 52.91%
G = 29.82%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC854D (or 0xEC854D) is known color: Flamenco. HEX triplet: EC, 85 and 4D. RGB value is (236,133,77). Sum of RGB (Red+Green+Blue) = 236+133+77=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 77 (30.47% from 255 or 17.26% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC854D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC854D is #137AB2. Grayscale: #9D9D9D. Windows color (decimal): -1276595 or 5080556. OLE color: 5080556.

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

Color convert

RGB 236 133 77 -
CMYK 0 0.44 0.67 0.07
HSL 21.13º 0.81% 0.61% -
HSV(B) 21.13º 0.67% 0.93% -
XYZ 44.32 35.14 11.47 -
YUV 157.41 82.62 184.05 -
System Red Green Blue C M Y K H S L
Decimal 236 133 77 0 0.44 0.67 0.07 21.13 0.81 0.61
Hex EC 85 4D 0 2C 43 7 15 51 3D
Octal 354 205 115 0 54 103 7 25 121 75
Binary 11101100 10000101 1001101 0 101100 1000011 111 10101 1010001 111101

Color Harmonies of #EC854D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC854D

Black with #EC854D

Text Example


Text Example

White with #EC854D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC854D; }

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

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

background-color css

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

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

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

border-color css

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

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

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