Html Css Color HEX #ED8546 Flamenco

📋 copy color: '#ED8546'

red 237 ◦ green 133 ◦ blue 70

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

Shades of Flamenco #ED8546

Tints of Flamenco #ED8546

RGB

 RED value IS 237 (92.97% from 255) = 53.86%

 GREEN value IS 133 (52.34% from 255) = 30.23%

 BLUE value IS 70 (27.73% from 255) = 15.91%

R = 53.86%
G = 30.23%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED8546 (or 0xED8546) is known color: Flamenco. HEX triplet: ED, 85 and 46. RGB value is (237,133,70). Sum of RGB (Red+Green+Blue) = 237+133+70=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 70 (27.73% from 255 or 15.91% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8546 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8546 is #127AB9. Grayscale: #9D9D9D. Windows color (decimal): -1211066 or 4621805. OLE color: 4621805.

HSL color Cylindrical-coordinate representation of color #ED8546: hue angle of 22.63º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED8546 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 133 70 -
CMYK 0 0.44 0.70 0.07
HSL 22.63º 0.82% 0.6% -
HSV(B) 22.63º 0.7% 0.93% -
XYZ 44.42 35.22 10.25 -
YUV 156.91 78.96 185.12 -
System Red Green Blue C M Y K H S L
Decimal 237 133 70 0 0.44 0.70 0.07 22.63 0.82 0.6
Hex ED 85 46 0 2C 46 7 17 52 3C
Octal 355 205 106 0 54 106 7 27 122 74
Binary 11101101 10000101 1000110 0 101100 1000110 111 10111 1010010 111100

Color Harmonies of #ED8546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8546

Black with #ED8546

Text Example


Text Example

White with #ED8546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8546; }

 p { color: rgb(237,133,70); }

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

background-color css

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

 a { background-color: rgb(237,133,70); }

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

border-color css

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

 span { border-color: rgb(237,133,70); }

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