Html Css Color HEX #EC894D Flamenco

📋 copy color: '#EC894D'

red 236 ◦ green 137 ◦ blue 77

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

Shades of Flamenco #EC894D

Tints of Flamenco #EC894D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.11%

R = 52.44%
G = 30.44%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC894D (or 0xEC894D) is known color: Flamenco. HEX triplet: EC, 89 and 4D. RGB value is (236,137,77). Sum of RGB (Red+Green+Blue) = 236+137+77=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 77 (30.47% from 255 or 17.11% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC894D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC894D is #1376B2. Grayscale: #A0A0A0. Windows color (decimal): -1275571 or 5081580. OLE color: 5081580.

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

Color convert

RGB 236 137 77 -
CMYK 0 0.42 0.67 0.07
HSL 22.64º 0.81% 0.61% -
HSV(B) 22.64º 0.67% 0.93% -
XYZ 44.88 36.26 11.65 -
YUV 159.76 81.3 182.38 -
System Red Green Blue C M Y K H S L
Decimal 236 137 77 0 0.42 0.67 0.07 22.64 0.81 0.61
Hex EC 89 4D 0 2A 43 7 17 51 3D
Octal 354 211 115 0 52 103 7 27 121 75
Binary 11101100 10001001 1001101 0 101010 1000011 111 10111 1010001 111101

Color Harmonies of #EC894D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC894D

Black with #EC894D

Text Example


Text Example

White with #EC894D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC894D; }

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

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

background-color css

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

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

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

border-color css

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

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

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