Html Css Color HEX #ED8C49 Flamenco

📋 copy color: '#ED8C49'

red 237 ◦ green 140 ◦ blue 73

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

Shades of Flamenco #ED8C49

Tints of Flamenco #ED8C49

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.11%

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

R = 52.67%
G = 31.11%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED8C49 (or 0xED8C49) is known color: Flamenco. HEX triplet: ED, 8C and 49. RGB value is (237,140,73). Sum of RGB (Red+Green+Blue) = 237+140+73=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 73 (28.91% from 255 or 16.22% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8C49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8C49 is #1273B6. Grayscale: #A1A1A1. Windows color (decimal): -1209271 or 4820205. OLE color: 4820205.

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

Color convert

RGB 237 140 73 -
CMYK 0 0.41 0.69 0.07
HSL 24.51º 0.82% 0.61% -
HSV(B) 24.51º 0.69% 0.93% -
XYZ 45.51 37.24 11.09 -
YUV 161.37 78.14 181.95 -
System Red Green Blue C M Y K H S L
Decimal 237 140 73 0 0.41 0.69 0.07 24.51 0.82 0.61
Hex ED 8C 49 0 29 45 7 19 52 3D
Octal 355 214 111 0 51 105 7 31 122 75
Binary 11101101 10001100 1001001 0 101001 1000101 111 11001 1010010 111101

Color Harmonies of #ED8C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8C49

Black with #ED8C49

Text Example


Text Example

White with #ED8C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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