Html Css Color HEX #EC8B41 Flamenco

📋 copy color: '#EC8B41'

red 236 ◦ green 139 ◦ blue 65

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

Shades of Flamenco #EC8B41

Tints of Flamenco #EC8B41

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.59%

 BLUE value IS 65 (25.78% from 255) = 14.77%

R = 53.64%
G = 31.59%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC8B41 (or 0xEC8B41) is known color: Flamenco. HEX triplet: EC, 8B and 41. RGB value is (236,139,65). Sum of RGB (Red+Green+Blue) = 236+139+65=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 65 (25.78% from 255 or 14.77% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8B41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8B41 is #1374BE. Grayscale: #9F9F9F. Windows color (decimal): -1275071 or 4295660. OLE color: 4295660.

HSL color Cylindrical-coordinate representation of color #EC8B41: hue angle of 25.96º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC8B41 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 139 65 -
CMYK 0 0.41 0.72 0.07
HSL 25.96º 0.82% 0.59% -
HSV(B) 25.96º 0.72% 0.93% -
XYZ 44.78 36.68 9.72 -
YUV 159.57 74.64 182.52 -
System Red Green Blue C M Y K H S L
Decimal 236 139 65 0 0.41 0.72 0.07 25.96 0.82 0.59
Hex EC 8B 41 0 29 48 7 1A 52 3B
Octal 354 213 101 0 51 110 7 32 122 73
Binary 11101100 10001011 1000001 0 101001 1001000 111 11010 1010010 111011

Color Harmonies of #EC8B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8B41

Black with #EC8B41

Text Example


Text Example

White with #EC8B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8B41; }

 p { color: rgb(236,139,65); }

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

background-color css

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

 a { background-color: rgb(236,139,65); }

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

border-color css

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

 span { border-color: rgb(236,139,65); }

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