Html Css Color HEX #ED8148 Flamenco

📋 copy color: '#ED8148'

red 237 ◦ green 129 ◦ blue 72

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

Shades of Flamenco #ED8148

Tints of Flamenco #ED8148

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.45%

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

R = 54.11%
G = 29.45%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED8148 (or 0xED8148) is known color: Flamenco. HEX triplet: ED, 81 and 48. RGB value is (237,129,72). Sum of RGB (Red+Green+Blue) = 237+129+72=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 72 (28.52% from 255 or 16.44% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8148 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8148 is #127EB7. Grayscale: #9B9B9B. Windows color (decimal): -1212088 or 4751853. OLE color: 4751853.

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

Color convert

RGB 237 129 72 -
CMYK 0 0.46 0.70 0.07
HSL 20.73º 0.82% 0.61% -
HSV(B) 20.73º 0.7% 0.93% -
XYZ 43.95 34.17 10.41 -
YUV 154.79 81.28 186.63 -
System Red Green Blue C M Y K H S L
Decimal 237 129 72 0 0.46 0.70 0.07 20.73 0.82 0.61
Hex ED 81 48 0 2E 46 7 15 52 3D
Octal 355 201 110 0 56 106 7 25 122 75
Binary 11101101 10000001 1001000 0 101110 1000110 111 10101 1010010 111101

Color Harmonies of #ED8148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8148

Black with #ED8148

Text Example


Text Example

White with #ED8148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8148; }

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

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

background-color css

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

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

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

border-color css

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

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

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