Html Css Color HEX #ED8548 Flamenco

📋 copy color: '#ED8548'

red 237 ◦ green 133 ◦ blue 72

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

Shades of Flamenco #ED8548

Tints of Flamenco #ED8548

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.09%

 BLUE value IS 72 (28.52% from 255) = 16.29%

R = 53.62%
G = 30.09%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED8548 (or 0xED8548) is known color: Flamenco. HEX triplet: ED, 85 and 48. RGB value is (237,133,72). Sum of RGB (Red+Green+Blue) = 237+133+72=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 72 (28.52% from 255 or 16.29% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8548 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8548 is #127AB7. Grayscale: #9D9D9D. Windows color (decimal): -1211064 or 4752877. OLE color: 4752877.

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

Color convert

RGB 237 133 72 -
CMYK 0 0.44 0.70 0.07
HSL 22.18º 0.82% 0.61% -
HSV(B) 22.18º 0.7% 0.93% -
XYZ 44.48 35.25 10.59 -
YUV 157.14 79.96 184.96 -
System Red Green Blue C M Y K H S L
Decimal 237 133 72 0 0.44 0.70 0.07 22.18 0.82 0.61
Hex ED 85 48 0 2C 46 7 16 52 3D
Octal 355 205 110 0 54 106 7 26 122 75
Binary 11101101 10000101 1001000 0 101100 1000110 111 10110 1010010 111101

Color Harmonies of #ED8548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8548

Black with #ED8548

Text Example


Text Example

White with #ED8548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8548; }

 p { color: rgb(237,133,72); }

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

background-color css

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

 a { background-color: rgb(237,133,72); }

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

border-color css

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

 span { border-color: rgb(237,133,72); }

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