Html Css Color HEX #ED6348 Flamingo

📋 copy color: '#ED6348'

red 237 ◦ green 99 ◦ blue 72

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

Shades of Flamingo #ED6348

Tints of Flamingo #ED6348

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.26%

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

R = 58.09%
G = 24.26%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED6348 (or 0xED6348) is known color: Flamingo. HEX triplet: ED, 63 and 48. RGB value is (237,99,72). Sum of RGB (Red+Green+Blue) = 237+99+72=408 (54% of max value = 765). Red value is 237 (92.97% from 255 or 58.09% from 408); Green value is 99 (39.06% from 255 or 24.26% from 408); Blue value is 72 (28.52% from 255 or 17.65% from 408); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6348 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6348 is #129CB7. Grayscale: #898989. Windows color (decimal): -1219768 or 4744173. OLE color: 4744173.

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

Color convert

RGB 237 99 72 -
CMYK 0 0.58 0.70 0.07
HSL 9.82º 0.82% 0.61% -
HSV(B) 9.82º 0.7% 0.93% -
XYZ 40.56 27.4 9.28 -
YUV 137.18 91.22 199.2 -
System Red Green Blue C M Y K H S L
Decimal 237 99 72 0 0.58 0.70 0.07 9.82 0.82 0.61
Hex ED 63 48 0 3A 46 7 A 52 3D
Octal 355 143 110 0 72 106 7 12 122 75
Binary 11101101 1100011 1001000 0 111010 1000110 111 1010 1010010 111101

Color Harmonies of #ED6348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6348

Black with #ED6348

Text Example


Text Example

White with #ED6348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6348; }

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

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

background-color css

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

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

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

border-color css

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

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

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