Html Css Color HEX #EC8345 Flamenco

📋 copy color: '#EC8345'

red 236 ◦ green 131 ◦ blue 69

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

Shades of Flamenco #EC8345

Tints of Flamenco #EC8345

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.05%

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

R = 54.13%
G = 30.05%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EC8345 (or 0xEC8345) is known color: Flamenco. HEX triplet: EC, 83 and 45. RGB value is (236,131,69). Sum of RGB (Red+Green+Blue) = 236+131+69=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 69 (27.34% from 255 or 15.83% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8345 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8345 is #137CBA. Grayscale: #9B9B9B. Windows color (decimal): -1277115 or 4555756. OLE color: 4555756.

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

Color convert

RGB 236 131 69 -
CMYK 0 0.44 0.71 0.07
HSL 22.28º 0.81% 0.6% -
HSV(B) 22.28º 0.71% 0.93% -
XYZ 43.78 34.5 9.98 -
YUV 155.33 79.29 185.54 -
System Red Green Blue C M Y K H S L
Decimal 236 131 69 0 0.44 0.71 0.07 22.28 0.81 0.6
Hex EC 83 45 0 2C 47 7 16 51 3C
Octal 354 203 105 0 54 107 7 26 121 74
Binary 11101100 10000011 1000101 0 101100 1000111 111 10110 1010001 111100

Color Harmonies of #EC8345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8345

Black with #EC8345

Text Example


Text Example

White with #EC8345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8345; }

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

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

background-color css

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

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

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

border-color css

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

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

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