Html Css Color HEX #ED7F47 Flamenco

📋 copy color: '#ED7F47'

red 237 ◦ green 127 ◦ blue 71

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

Shades of Flamenco #ED7F47

Tints of Flamenco #ED7F47

RGB

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

 GREEN value IS 127 (50% from 255) = 29.2%

 BLUE value IS 71 (28.13% from 255) = 16.32%

R = 54.48%
G = 29.2%
B = 16.32%

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

#ED7F47 (or 0xED7F47) is known color: Flamenco. HEX triplet: ED, 7F and 47. RGB value is (237,127,71). Sum of RGB (Red+Green+Blue) = 237+127+71=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 71 (28.12% from 255 or 16.32% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7F47 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7F47 is #1280B8. Grayscale: #999999. Windows color (decimal): -1212601 or 4685805. OLE color: 4685805.

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

Color convert

RGB 237 127 71 -
CMYK 0 0.46 0.70 0.07
HSL 20.24º 0.82% 0.6% -
HSV(B) 20.24º 0.7% 0.93% -
XYZ 43.65 33.64 10.15 -
YUV 153.51 81.44 187.55 -
System Red Green Blue C M Y K H S L
Decimal 237 127 71 0 0.46 0.70 0.07 20.24 0.82 0.6
Hex ED 7F 47 0 2E 46 7 14 52 3C
Octal 355 177 107 0 56 106 7 24 122 74
Binary 11101101 1111111 1000111 0 101110 1000110 111 10100 1010010 111100

Color Harmonies of #ED7F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7F47

Black with #ED7F47

Text Example


Text Example

White with #ED7F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7F47; }

 p { color: rgb(237,127,71); }

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

background-color css

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

 a { background-color: rgb(237,127,71); }

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

border-color css

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

 span { border-color: rgb(237,127,71); }

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