Html Css Color HEX #EC894A Flamenco

📋 copy color: '#EC894A'

red 236 ◦ green 137 ◦ blue 74

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

Shades of Flamenco #EC894A

Tints of Flamenco #EC894A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.65%

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

R = 52.8%
G = 30.65%
B = 16.55%

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

#EC894A (or 0xEC894A) is known color: Flamenco. HEX triplet: EC, 89 and 4A. RGB value is (236,137,74). Sum of RGB (Red+Green+Blue) = 236+137+74=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 137 (53.91% from 255 or 30.65% from 447); Blue value is 74 (29.30% from 255 or 16.55% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC894A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC894A is #1376B5. Grayscale: #9F9F9F. Windows color (decimal): -1275574 or 4884972. OLE color: 4884972.

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

Color convert

RGB 236 137 74 -
CMYK 0 0.42 0.69 0.07
HSL 23.33º 0.81% 0.61% -
HSV(B) 23.33º 0.69% 0.93% -
XYZ 44.77 36.22 11.11 -
YUV 159.42 79.8 182.62 -
System Red Green Blue C M Y K H S L
Decimal 236 137 74 0 0.42 0.69 0.07 23.33 0.81 0.61
Hex EC 89 4A 0 2A 45 7 17 51 3D
Octal 354 211 112 0 52 105 7 27 121 75
Binary 11101100 10001001 1001010 0 101010 1000101 111 10111 1010001 111101

Color Harmonies of #EC894A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC894A

Black with #EC894A

Text Example


Text Example

White with #EC894A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC894A; }

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

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

background-color css

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

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

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

border-color css

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

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

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