Html Css Color HEX #ED8146 Flamenco

📋 copy color: '#ED8146'

red 237 ◦ green 129 ◦ blue 70

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

Shades of Flamenco #ED8146

Tints of Flamenco #ED8146

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.59%

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

R = 54.36%
G = 29.59%
B = 16.06%

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

#ED8146 (or 0xED8146) is known color: Flamenco. HEX triplet: ED, 81 and 46. RGB value is (237,129,70). Sum of RGB (Red+Green+Blue) = 237+129+70=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 70 (27.73% from 255 or 16.06% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8146 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8146 is #127EB9. Grayscale: #9A9A9A. Windows color (decimal): -1212090 or 4620781. OLE color: 4620781.

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

Color convert

RGB 237 129 70 -
CMYK 0 0.46 0.70 0.07
HSL 21.2º 0.82% 0.6% -
HSV(B) 21.2º 0.7% 0.93% -
XYZ 43.88 34.15 10.07 -
YUV 154.57 80.28 186.8 -
System Red Green Blue C M Y K H S L
Decimal 237 129 70 0 0.46 0.70 0.07 21.2 0.82 0.6
Hex ED 81 46 0 2E 46 7 15 52 3C
Octal 355 201 106 0 56 106 7 25 122 74
Binary 11101101 10000001 1000110 0 101110 1000110 111 10101 1010010 111100

Color Harmonies of #ED8146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8146

Black with #ED8146

Text Example


Text Example

White with #ED8146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8146; }

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

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

background-color css

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

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

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

border-color css

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

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

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