Html Css Color HEX #ED8448 Flamenco

📋 copy color: '#ED8448'

red 237 ◦ green 132 ◦ blue 72

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

Shades of Flamenco #ED8448

Tints of Flamenco #ED8448

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.93%

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

R = 53.74%
G = 29.93%
B = 16.33%

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

#ED8448 (or 0xED8448) is known color: Flamenco. HEX triplet: ED, 84 and 48. RGB value is (237,132,72). Sum of RGB (Red+Green+Blue) = 237+132+72=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 72 (28.52% from 255 or 16.33% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8448 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8448 is #127BB7. Grayscale: #9C9C9C. Windows color (decimal): -1211320 or 4752621. OLE color: 4752621.

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

Color convert

RGB 237 132 72 -
CMYK 0 0.44 0.70 0.07
HSL 21.82º 0.82% 0.61% -
HSV(B) 21.82º 0.7% 0.93% -
XYZ 44.35 34.97 10.54 -
YUV 156.56 80.29 185.38 -
System Red Green Blue C M Y K H S L
Decimal 237 132 72 0 0.44 0.70 0.07 21.82 0.82 0.61
Hex ED 84 48 0 2C 46 7 16 52 3D
Octal 355 204 110 0 54 106 7 26 122 75
Binary 11101101 10000100 1001000 0 101100 1000110 111 10110 1010010 111101

Color Harmonies of #ED8448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8448

Black with #ED8448

Text Example


Text Example

White with #ED8448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8448; }

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

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

background-color css

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

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

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

border-color css

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

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

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