Html Css Color HEX #E66040 Flamingo

📋 copy color: '#E66040'

red 230 ◦ green 96 ◦ blue 64

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

Shades of Flamingo #E66040

Tints of Flamingo #E66040

RGB

 RED value IS 230 (90.23% from 255) = 58.97%

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

 BLUE value IS 64 (25.39% from 255) = 16.41%

R = 58.97%
G = 24.62%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E66040 (or 0xE66040) is known color: Flamingo. HEX triplet: E6, 60 and 40. RGB value is (230,96,64). Sum of RGB (Red+Green+Blue) = 230+96+64=390 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.97% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 230 - color contains mainly: red. Hex color #E66040 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66040 is #199FBF. Grayscale: #848484. Windows color (decimal): -1679296 or 4219110. OLE color: 4219110.

HSL color Cylindrical-coordinate representation of color #E66040: hue angle of 11.57º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E66040 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 96 64 -
CMYK 0 0.58 0.72 0.10
HSL 11.57º 0.77% 0.58% -
HSV(B) 11.57º 0.72% 0.9% -
XYZ 37.74 25.56 7.79 -
YUV 132.42 89.39 197.6 -
System Red Green Blue C M Y K H S L
Decimal 230 96 64 0 0.58 0.72 0.10 11.57 0.77 0.58
Hex E6 60 40 0 3A 48 A C 4D 3A
Octal 346 140 100 0 72 110 12 14 115 72
Binary 11100110 1100000 1000000 0 111010 1001000 1010 1100 1001101 111010

Color Harmonies of #E66040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66040

Black with #E66040

Text Example


Text Example

White with #E66040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66040; }

 p { color: rgb(230,96,64); }

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

background-color css

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

 a { background-color: rgb(230,96,64); }

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

border-color css

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

 span { border-color: rgb(230,96,64); }

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