Html Css Color HEX #ED6041 Flamingo

📋 copy color: '#ED6041'

red 237 ◦ green 96 ◦ blue 65

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

Shades of Flamingo #ED6041

Tints of Flamingo #ED6041

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.12%

 BLUE value IS 65 (25.78% from 255) = 16.33%

R = 59.55%
G = 24.12%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED6041 (or 0xED6041) is known color: Flamingo. HEX triplet: ED, 60 and 41. RGB value is (237,96,65). Sum of RGB (Red+Green+Blue) = 237+96+65=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 65 (25.78% from 255 or 16.33% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6041 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6041 is #129FBE. Grayscale: #868686. Windows color (decimal): -1220543 or 4284653. OLE color: 4284653.

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

Color convert

RGB 237 96 65 -
CMYK 0 0.59 0.73 0.07
HSL 10.81º 0.83% 0.59% -
HSV(B) 10.81º 0.73% 0.93% -
XYZ 40.06 26.75 8.05 -
YUV 134.63 88.71 201.02 -
System Red Green Blue C M Y K H S L
Decimal 237 96 65 0 0.59 0.73 0.07 10.81 0.83 0.59
Hex ED 60 41 0 3B 49 7 B 53 3B
Octal 355 140 101 0 73 111 7 13 123 73
Binary 11101101 1100000 1000001 0 111011 1001001 111 1011 1010011 111011

Color Harmonies of #ED6041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6041

Black with #ED6041

Text Example


Text Example

White with #ED6041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6041; }

 p { color: rgb(237,96,65); }

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

background-color css

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

 a { background-color: rgb(237,96,65); }

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

border-color css

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

 span { border-color: rgb(237,96,65); }

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