Html Css Color HEX #EC8348 Flamenco

📋 copy color: '#EC8348'

red 236 ◦ green 131 ◦ blue 72

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

Shades of Flamenco #EC8348

Tints of Flamenco #EC8348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.4%

R = 53.76%
G = 29.84%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC8348 (or 0xEC8348) is known color: Flamenco. HEX triplet: EC, 83 and 48. RGB value is (236,131,72). Sum of RGB (Red+Green+Blue) = 236+131+72=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 131 (51.56% from 255 or 29.84% from 439); Blue value is 72 (28.52% from 255 or 16.40% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8348 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8348 is #137CB7. Grayscale: #9C9C9C. Windows color (decimal): -1277112 or 4752364. OLE color: 4752364.

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

Color convert

RGB 236 131 72 -
CMYK 0 0.44 0.69 0.07
HSL 21.59º 0.81% 0.6% -
HSV(B) 21.59º 0.69% 0.93% -
XYZ 43.88 34.53 10.48 -
YUV 155.67 80.79 185.3 -
System Red Green Blue C M Y K H S L
Decimal 236 131 72 0 0.44 0.69 0.07 21.59 0.81 0.6
Hex EC 83 48 0 2C 45 7 16 51 3C
Octal 354 203 110 0 54 105 7 26 121 74
Binary 11101100 10000011 1001000 0 101100 1000101 111 10110 1010001 111100

Color Harmonies of #EC8348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8348

Black with #EC8348

Text Example


Text Example

White with #EC8348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8348; }

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

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

background-color css

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

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

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

border-color css

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

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

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