Html Css Color HEX #EC8845 Flamenco

📋 copy color: '#EC8845'

red 236 ◦ green 136 ◦ blue 69

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

Shades of Flamenco #EC8845

Tints of Flamenco #EC8845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.65%

R = 53.51%
G = 30.84%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EC8845 (or 0xEC8845) is known color: Flamenco. HEX triplet: EC, 88 and 45. RGB value is (236,136,69). Sum of RGB (Red+Green+Blue) = 236+136+69=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 69 (27.34% from 255 or 15.65% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8845 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8845 is #1377BA. Grayscale: #9E9E9E. Windows color (decimal): -1275835 or 4557036. OLE color: 4557036.

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

Color convert

RGB 236 136 69 -
CMYK 0 0.42 0.71 0.07
HSL 24.07º 0.81% 0.6% -
HSV(B) 24.07º 0.71% 0.93% -
XYZ 44.47 35.87 10.21 -
YUV 158.26 77.63 183.45 -
System Red Green Blue C M Y K H S L
Decimal 236 136 69 0 0.42 0.71 0.07 24.07 0.81 0.6
Hex EC 88 45 0 2A 47 7 18 51 3C
Octal 354 210 105 0 52 107 7 30 121 74
Binary 11101100 10001000 1000101 0 101010 1000111 111 11000 1010001 111100

Color Harmonies of #EC8845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8845

Black with #EC8845

Text Example


Text Example

White with #EC8845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8845; }

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

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

background-color css

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

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

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

border-color css

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

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

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