Html Css Color HEX #ED8046 Flamenco

📋 copy color: '#ED8046'

red 237 ◦ green 128 ◦ blue 70

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

Shades of Flamenco #ED8046

Tints of Flamenco #ED8046

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.43%

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

R = 54.48%
G = 29.43%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED8046 (or 0xED8046) is known color: Flamenco. HEX triplet: ED, 80 and 46. RGB value is (237,128,70). Sum of RGB (Red+Green+Blue) = 237+128+70=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 70 (27.73% from 255 or 16.09% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8046 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8046 is #127FB9. Grayscale: #9A9A9A. Windows color (decimal): -1212346 or 4620525. OLE color: 4620525.

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

Color convert

RGB 237 128 70 -
CMYK 0 0.46 0.70 0.07
HSL 20.84º 0.82% 0.6% -
HSV(B) 20.84º 0.7% 0.93% -
XYZ 43.75 33.89 10.03 -
YUV 153.98 80.61 187.22 -
System Red Green Blue C M Y K H S L
Decimal 237 128 70 0 0.46 0.70 0.07 20.84 0.82 0.6
Hex ED 80 46 0 2E 46 7 15 52 3C
Octal 355 200 106 0 56 106 7 25 122 74
Binary 11101101 10000000 1000110 0 101110 1000110 111 10101 1010010 111100

Color Harmonies of #ED8046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8046

Black with #ED8046

Text Example


Text Example

White with #ED8046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8046; }

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

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

background-color css

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

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

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

border-color css

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

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

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