Html Css Color HEX #EC8C4D Flamenco

📋 copy color: '#EC8C4D'

red 236 ◦ green 140 ◦ blue 77

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

Shades of Flamenco #EC8C4D

Tints of Flamenco #EC8C4D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.91%

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

R = 52.1%
G = 30.91%
B = 17%

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

#EC8C4D (or 0xEC8C4D) is known color: Flamenco. HEX triplet: EC, 8C and 4D. RGB value is (236,140,77). Sum of RGB (Red+Green+Blue) = 236+140+77=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 77 (30.47% from 255 or 17.00% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8C4D is #1373B2. Grayscale: #A1A1A1. Windows color (decimal): -1274803 or 5082348. OLE color: 5082348.

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

Color convert

RGB 236 140 77 -
CMYK 0 0.41 0.67 0.07
HSL 23.77º 0.81% 0.61% -
HSV(B) 23.77º 0.67% 0.93% -
XYZ 45.31 37.12 11.8 -
YUV 161.52 80.3 181.12 -
System Red Green Blue C M Y K H S L
Decimal 236 140 77 0 0.41 0.67 0.07 23.77 0.81 0.61
Hex EC 8C 4D 0 29 43 7 18 51 3D
Octal 354 214 115 0 51 103 7 30 121 75
Binary 11101100 10001100 1001101 0 101001 1000011 111 11000 1010001 111101

Color Harmonies of #EC8C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8C4D

Black with #EC8C4D

Text Example


Text Example

White with #EC8C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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