Html Css Color HEX #ED8947 Flamenco

📋 copy color: '#ED8947'

red 237 ◦ green 137 ◦ blue 71

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

Shades of Flamenco #ED8947

Tints of Flamenco #ED8947

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.79%

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

R = 53.26%
G = 30.79%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED8947 (or 0xED8947) is known color: Flamenco. HEX triplet: ED, 89 and 47. RGB value is (237,137,71). Sum of RGB (Red+Green+Blue) = 237+137+71=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 137 (53.91% from 255 or 30.79% from 445); Blue value is 71 (28.12% from 255 or 15.96% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8947 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8947 is #1276B8. Grayscale: #9F9F9F. Windows color (decimal): -1210041 or 4688365. OLE color: 4688365.

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

Color convert

RGB 237 137 71 -
CMYK 0 0.42 0.70 0.07
HSL 23.86º 0.82% 0.6% -
HSV(B) 23.86º 0.7% 0.93% -
XYZ 45.01 36.35 10.61 -
YUV 159.38 78.13 183.37 -
System Red Green Blue C M Y K H S L
Decimal 237 137 71 0 0.42 0.70 0.07 23.86 0.82 0.6
Hex ED 89 47 0 2A 46 7 18 52 3C
Octal 355 211 107 0 52 106 7 30 122 74
Binary 11101101 10001001 1000111 0 101010 1000110 111 11000 1010010 111100

Color Harmonies of #ED8947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8947

Black with #ED8947

Text Example


Text Example

White with #ED8947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8947; }

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

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

background-color css

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

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

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

border-color css

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

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

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