Html Css Color HEX #ED6242 Flamingo

📋 copy color: '#ED6242'

red 237 ◦ green 98 ◦ blue 66

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

Shades of Flamingo #ED6242

Tints of Flamingo #ED6242

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.44%

 BLUE value IS 66 (26.17% from 255) = 16.46%

R = 59.1%
G = 24.44%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#ED6242 (or 0xED6242) is known color: Flamingo. HEX triplet: ED, 62 and 42. RGB value is (237,98,66). Sum of RGB (Red+Green+Blue) = 237+98+66=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 66 (26.17% from 255 or 16.46% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6242 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6242 is #129DBD. Grayscale: #888888. Windows color (decimal): -1220030 or 4350701. OLE color: 4350701.

HSL color Cylindrical-coordinate representation of color #ED6242: hue angle of 11.23º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ED6242 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 98 66 -
CMYK 0 0.59 0.72 0.07
HSL 11.23º 0.83% 0.59% -
HSV(B) 11.23º 0.72% 0.93% -
XYZ 40.28 27.13 8.27 -
YUV 135.91 88.55 200.1 -
System Red Green Blue C M Y K H S L
Decimal 237 98 66 0 0.59 0.72 0.07 11.23 0.83 0.59
Hex ED 62 42 0 3B 48 7 B 53 3B
Octal 355 142 102 0 73 110 7 13 123 73
Binary 11101101 1100010 1000010 0 111011 1001000 111 1011 1010011 111011

Color Harmonies of #ED6242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6242

Black with #ED6242

Text Example


Text Example

White with #ED6242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6242; }

 p { color: rgb(237,98,66); }

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

background-color css

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

 a { background-color: rgb(237,98,66); }

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

border-color css

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

 span { border-color: rgb(237,98,66); }

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