Html Css Color HEX #E66745 Flamingo

📋 copy color: '#E66745'

red 230 ◦ green 103 ◦ blue 69

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

Shades of Flamingo #E66745

Tints of Flamingo #E66745

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.62%

 BLUE value IS 69 (27.34% from 255) = 17.16%

R = 57.21%
G = 25.62%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.7

 K value IS 0.10

RGB Variations

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

Color information

#E66745 (or 0xE66745) is known color: Flamingo. HEX triplet: E6, 67 and 45. RGB value is (230,103,69). Sum of RGB (Red+Green+Blue) = 230+103+69=402 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.21% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 230 - color contains mainly: red. Hex color #E66745 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66745 is #1998BA. Grayscale: #898989. Windows color (decimal): -1677499 or 4548582. OLE color: 4548582.

HSL color Cylindrical-coordinate representation of color #E66745: hue angle of 12.67º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E66745 is Cyan = 0, Magento = 0.55, Yellow = 0.7 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 103 69 -
CMYK 0 0.55 0.7 0.10
HSL 12.67º 0.76% 0.59% -
HSV(B) 12.67º 0.7% 0.9% -
XYZ 38.56 26.95 8.8 -
YUV 137.1 89.58 194.26 -
System Red Green Blue C M Y K H S L
Decimal 230 103 69 0 0.55 0.7 0.10 12.67 0.76 0.59
Hex E6 67 45 0 37 46 A D 4C 3B
Octal 346 147 105 0 67 106 12 15 114 73
Binary 11100110 1100111 1000101 0 110111 1000110 1010 1101 1001100 111011

Color Harmonies of #E66745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66745

Black with #E66745

Text Example


Text Example

White with #E66745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66745; }

 p { color: rgb(230,103,69); }

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

background-color css

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

 a { background-color: rgb(230,103,69); }

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

border-color css

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

 span { border-color: rgb(230,103,69); }

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