Html Css Color HEX #ED8847 Flamenco

📋 copy color: '#ED8847'

red 237 ◦ green 136 ◦ blue 71

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

Shades of Flamenco #ED8847

Tints of Flamenco #ED8847

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.63%

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

R = 53.38%
G = 30.63%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED8847 (or 0xED8847) is known color: Flamenco. HEX triplet: ED, 88 and 47. RGB value is (237,136,71). Sum of RGB (Red+Green+Blue) = 237+136+71=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 71 (28.12% from 255 or 15.99% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8847 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8847 is #1277B8. Grayscale: #9F9F9F. Windows color (decimal): -1210297 or 4688109. OLE color: 4688109.

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

Color convert

RGB 237 136 71 -
CMYK 0 0.43 0.70 0.07
HSL 23.49º 0.82% 0.6% -
HSV(B) 23.49º 0.7% 0.93% -
XYZ 44.87 36.07 10.56 -
YUV 158.79 78.46 183.79 -
System Red Green Blue C M Y K H S L
Decimal 237 136 71 0 0.43 0.70 0.07 23.49 0.82 0.6
Hex ED 88 47 0 2B 46 7 17 52 3C
Octal 355 210 107 0 53 106 7 27 122 74
Binary 11101101 10001000 1000111 0 101011 1000110 111 10111 1010010 111100

Color Harmonies of #ED8847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8847

Black with #ED8847

Text Example


Text Example

White with #ED8847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8847; }

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

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

background-color css

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

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

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

border-color css

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

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

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