Html Css Color HEX #ED8346 Flamenco

📋 copy color: '#ED8346'

red 237 ◦ green 131 ◦ blue 70

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

Shades of Flamenco #ED8346

Tints of Flamenco #ED8346

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.91%

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

R = 54.11%
G = 29.91%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED8346 (or 0xED8346) is known color: Flamenco. HEX triplet: ED, 83 and 46. RGB value is (237,131,70). Sum of RGB (Red+Green+Blue) = 237+131+70=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 131 (51.56% from 255 or 29.91% from 438); Blue value is 70 (27.73% from 255 or 15.98% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8346 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8346 is #127CB9. Grayscale: #9C9C9C. Windows color (decimal): -1211578 or 4621293. OLE color: 4621293.

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

Color convert

RGB 237 131 70 -
CMYK 0 0.45 0.70 0.07
HSL 21.92º 0.82% 0.6% -
HSV(B) 21.92º 0.7% 0.93% -
XYZ 44.15 34.68 10.16 -
YUV 155.74 79.62 185.96 -
System Red Green Blue C M Y K H S L
Decimal 237 131 70 0 0.45 0.70 0.07 21.92 0.82 0.6
Hex ED 83 46 0 2D 46 7 16 52 3C
Octal 355 203 106 0 55 106 7 26 122 74
Binary 11101101 10000011 1000110 0 101101 1000110 111 10110 1010010 111100

Color Harmonies of #ED8346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8346

Black with #ED8346

Text Example


Text Example

White with #ED8346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8346; }

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

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

background-color css

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

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

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

border-color css

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

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

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