Html Css Color HEX #ED8446 Flamenco

📋 copy color: '#ED8446'

red 237 ◦ green 132 ◦ blue 70

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

Shades of Flamenco #ED8446

Tints of Flamenco #ED8446

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.07%

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

R = 53.99%
G = 30.07%
B = 15.95%

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

#ED8446 (or 0xED8446) is known color: Flamenco. HEX triplet: ED, 84 and 46. RGB value is (237,132,70). Sum of RGB (Red+Green+Blue) = 237+132+70=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 132 (51.95% from 255 or 30.07% from 439); Blue value is 70 (27.73% from 255 or 15.95% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8446 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8446 is #127BB9. Grayscale: #9C9C9C. Windows color (decimal): -1211322 or 4621549. OLE color: 4621549.

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

Color convert

RGB 237 132 70 -
CMYK 0 0.44 0.70 0.07
HSL 22.28º 0.82% 0.6% -
HSV(B) 22.28º 0.7% 0.93% -
XYZ 44.28 34.95 10.21 -
YUV 156.33 79.29 185.54 -
System Red Green Blue C M Y K H S L
Decimal 237 132 70 0 0.44 0.70 0.07 22.28 0.82 0.6
Hex ED 84 46 0 2C 46 7 16 52 3C
Octal 355 204 106 0 54 106 7 26 122 74
Binary 11101101 10000100 1000110 0 101100 1000110 111 10110 1010010 111100

Color Harmonies of #ED8446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8446

Black with #ED8446

Text Example


Text Example

White with #ED8446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8446; }

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

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

background-color css

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

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

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

border-color css

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

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

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