Html Css Color HEX #EC8D4B Flamenco

📋 copy color: '#EC8D4B'

red 236 ◦ green 141 ◦ blue 75

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

Shades of Flamenco #EC8D4B

Tints of Flamenco #EC8D4B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.19%

 BLUE value IS 75 (29.69% from 255) = 16.59%

R = 52.21%
G = 31.19%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC8D4B (or 0xEC8D4B) is known color: Flamenco. HEX triplet: EC, 8D and 4B. RGB value is (236,141,75). Sum of RGB (Red+Green+Blue) = 236+141+75=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 141 (55.47% from 255 or 31.19% from 452); Blue value is 75 (29.69% from 255 or 16.59% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8D4B is #1372B4. Grayscale: #A2A2A2. Windows color (decimal): -1274549 or 4951532. OLE color: 4951532.

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

Color convert

RGB 236 141 75 -
CMYK 0 0.40 0.68 0.07
HSL 24.6º 0.81% 0.61% -
HSV(B) 24.6º 0.68% 0.93% -
XYZ 45.39 37.39 11.48 -
YUV 161.88 78.97 180.87 -
System Red Green Blue C M Y K H S L
Decimal 236 141 75 0 0.40 0.68 0.07 24.6 0.81 0.61
Hex EC 8D 4B 0 28 44 7 19 51 3D
Octal 354 215 113 0 50 104 7 31 121 75
Binary 11101100 10001101 1001011 0 101000 1000100 111 11001 1010001 111101

Color Harmonies of #EC8D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8D4B

Black with #EC8D4B

Text Example


Text Example

White with #EC8D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8D4B; }

 p { color: rgb(236,141,75); }

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

background-color css

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

 a { background-color: rgb(236,141,75); }

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

border-color css

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

 span { border-color: rgb(236,141,75); }

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