Html Css Color HEX #EC8B4D Flamenco

📋 copy color: '#EC8B4D'

red 236 ◦ green 139 ◦ blue 77

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

Shades of Flamenco #EC8B4D

Tints of Flamenco #EC8B4D

RGB

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

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

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

R = 52.21%
G = 30.75%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC8B4D (or 0xEC8B4D) is known color: Flamenco. HEX triplet: EC, 8B and 4D. RGB value is (236,139,77). Sum of RGB (Red+Green+Blue) = 236+139+77=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 139 (54.69% from 255 or 30.75% from 452); Blue value is 77 (30.47% from 255 or 17.04% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8B4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8B4D is #1374B2. Grayscale: #A1A1A1. Windows color (decimal): -1275059 or 5082092. OLE color: 5082092.

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

Color convert

RGB 236 139 77 -
CMYK 0 0.41 0.67 0.07
HSL 23.4º 0.81% 0.61% -
HSV(B) 23.4º 0.67% 0.93% -
XYZ 45.16 36.83 11.75 -
YUV 160.94 80.64 181.54 -
System Red Green Blue C M Y K H S L
Decimal 236 139 77 0 0.41 0.67 0.07 23.4 0.81 0.61
Hex EC 8B 4D 0 29 43 7 17 51 3D
Octal 354 213 115 0 51 103 7 27 121 75
Binary 11101100 10001011 1001101 0 101001 1000011 111 10111 1010001 111101

Color Harmonies of #EC8B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8B4D

Black with #EC8B4D

Text Example


Text Example

White with #EC8B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8B4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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