Html Css Color HEX #EC883F Flamenco

📋 copy color: '#EC883F'

red 236 ◦ green 136 ◦ blue 63

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

Shades of Flamenco #EC883F

Tints of Flamenco #EC883F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.48%

R = 54.25%
G = 31.26%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC883F (or 0xEC883F) is known color: Flamenco. HEX triplet: EC, 88 and 3F. RGB value is (236,136,63). Sum of RGB (Red+Green+Blue) = 236+136+63=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 63 (25% from 255 or 14.48% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #EC883F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC883F is #1377C0. Grayscale: #9D9D9D. Windows color (decimal): -1275841 or 4163820. OLE color: 4163820.

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

Color convert

RGB 236 136 63 -
CMYK 0 0.42 0.73 0.07
HSL 25.32º 0.82% 0.59% -
HSV(B) 25.32º 0.73% 0.93% -
XYZ 44.29 35.8 9.28 -
YUV 157.58 74.63 183.94 -
System Red Green Blue C M Y K H S L
Decimal 236 136 63 0 0.42 0.73 0.07 25.32 0.82 0.59
Hex EC 88 3F 0 2A 49 7 19 52 3B
Octal 354 210 77 0 52 111 7 31 122 73
Binary 11101100 10001000 111111 0 101010 1001001 111 11001 1010010 111011

Color Harmonies of #EC883F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC883F

Black with #EC883F

Text Example


Text Example

White with #EC883F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC883F; }

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

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

background-color css

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

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

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

border-color css

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

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

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