Html Css Color HEX #ED8749 Flamenco

📋 copy color: '#ED8749'

red 237 ◦ green 135 ◦ blue 73

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

Shades of Flamenco #ED8749

Tints of Flamenco #ED8749

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.34%

 BLUE value IS 73 (28.91% from 255) = 16.4%

R = 53.26%
G = 30.34%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED8749 (or 0xED8749) is known color: Flamenco. HEX triplet: ED, 87 and 49. RGB value is (237,135,73). Sum of RGB (Red+Green+Blue) = 237+135+73=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 135 (53.12% from 255 or 30.34% from 445); Blue value is 73 (28.91% from 255 or 16.40% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8749 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8749 is #1278B6. Grayscale: #9E9E9E. Windows color (decimal): -1210551 or 4818925. OLE color: 4818925.

HSL color Cylindrical-coordinate representation of color #ED8749: hue angle of 22.68º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED8749 is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 135 73 -
CMYK 0 0.43 0.69 0.07
HSL 22.68º 0.82% 0.61% -
HSV(B) 22.68º 0.69% 0.93% -
XYZ 44.79 35.81 10.86 -
YUV 158.43 79.79 184.04 -
System Red Green Blue C M Y K H S L
Decimal 237 135 73 0 0.43 0.69 0.07 22.68 0.82 0.61
Hex ED 87 49 0 2B 45 7 17 52 3D
Octal 355 207 111 0 53 105 7 27 122 75
Binary 11101101 10000111 1001001 0 101011 1000101 111 10111 1010010 111101

Color Harmonies of #ED8749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8749

Black with #ED8749

Text Example


Text Example

White with #ED8749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8749; }

 p { color: rgb(237,135,73); }

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

background-color css

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

 a { background-color: rgb(237,135,73); }

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

border-color css

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

 span { border-color: rgb(237,135,73); }

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