Html Css Color HEX #ED6650 Flamingo

📋 copy color: '#ED6650'

red 237 ◦ green 102 ◦ blue 80

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

Shades of Flamingo #ED6650

Tints of Flamingo #ED6650

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.34%

 BLUE value IS 80 (31.64% from 255) = 19.09%

R = 56.56%
G = 24.34%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#ED6650 (or 0xED6650) is known color: Flamingo. HEX triplet: ED, 66 and 50. RGB value is (237,102,80). Sum of RGB (Red+Green+Blue) = 237+102+80=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6650 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6650 is #1299AF. Grayscale: #8C8C8C. Windows color (decimal): -1218992 or 5269229. OLE color: 5269229.

HSL color Cylindrical-coordinate representation of color #ED6650: hue angle of 8.41º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ED6650 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 102 80 -
CMYK 0 0.57 0.66 0.07
HSL 8.41º 0.81% 0.62% -
HSV(B) 8.41º 0.66% 0.93% -
XYZ 41.12 28.09 10.84 -
YUV 139.86 94.23 197.29 -
System Red Green Blue C M Y K H S L
Decimal 237 102 80 0 0.57 0.66 0.07 8.41 0.81 0.62
Hex ED 66 50 0 39 42 7 8 51 3E
Octal 355 146 120 0 71 102 7 10 121 76
Binary 11101101 1100110 1010000 0 111001 1000010 111 1000 1010001 111110

Color Harmonies of #ED6650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6650

Black with #ED6650

Text Example


Text Example

White with #ED6650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6650; }

 p { color: rgb(237,102,80); }

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

background-color css

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

 a { background-color: rgb(237,102,80); }

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

border-color css

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

 span { border-color: rgb(237,102,80); }

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