Html Css Color HEX #ED7E46 Flamenco

📋 copy color: '#ED7E46'

red 237 ◦ green 126 ◦ blue 70

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

Shades of Flamenco #ED7E46

Tints of Flamenco #ED7E46

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.1%

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

R = 54.73%
G = 29.1%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED7E46 (or 0xED7E46) is known color: Flamenco. HEX triplet: ED, 7E and 46. RGB value is (237,126,70). Sum of RGB (Red+Green+Blue) = 237+126+70=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 70 (27.73% from 255 or 16.17% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7E46 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7E46 is #1281B9. Grayscale: #999999. Windows color (decimal): -1212858 or 4620013. OLE color: 4620013.

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

Color convert

RGB 237 126 70 -
CMYK 0 0.47 0.70 0.07
HSL 20.12º 0.82% 0.6% -
HSV(B) 20.12º 0.7% 0.93% -
XYZ 43.49 33.37 9.94 -
YUV 152.81 81.27 188.05 -
System Red Green Blue C M Y K H S L
Decimal 237 126 70 0 0.47 0.70 0.07 20.12 0.82 0.6
Hex ED 7E 46 0 2F 46 7 14 52 3C
Octal 355 176 106 0 57 106 7 24 122 74
Binary 11101101 1111110 1000110 0 101111 1000110 111 10100 1010010 111100

Color Harmonies of #ED7E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7E46

Black with #ED7E46

Text Example


Text Example

White with #ED7E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7E46; }

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

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

background-color css

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

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

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

border-color css

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

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

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