Html Css Color HEX #EC884A Flamenco

📋 copy color: '#EC884A'

red 236 ◦ green 136 ◦ blue 74

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

Shades of Flamenco #EC884A

Tints of Flamenco #EC884A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.59%

R = 52.91%
G = 30.49%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC884A (or 0xEC884A) is known color: Flamenco. HEX triplet: EC, 88 and 4A. RGB value is (236,136,74). Sum of RGB (Red+Green+Blue) = 236+136+74=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 74 (29.30% from 255 or 16.59% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC884A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC884A is #1377B5. Grayscale: #9F9F9F. Windows color (decimal): -1275830 or 4884716. OLE color: 4884716.

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

Color convert

RGB 236 136 74 -
CMYK 0 0.42 0.69 0.07
HSL 22.96º 0.81% 0.61% -
HSV(B) 22.96º 0.69% 0.93% -
XYZ 44.63 35.94 11.06 -
YUV 158.83 80.13 183.04 -
System Red Green Blue C M Y K H S L
Decimal 236 136 74 0 0.42 0.69 0.07 22.96 0.81 0.61
Hex EC 88 4A 0 2A 45 7 17 51 3D
Octal 354 210 112 0 52 105 7 27 121 75
Binary 11101100 10001000 1001010 0 101010 1000101 111 10111 1010001 111101

Color Harmonies of #EC884A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC884A

Black with #EC884A

Text Example


Text Example

White with #EC884A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC884A; }

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

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

background-color css

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

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

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

border-color css

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

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

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