Html Css Color HEX #E66345 Flamingo

📋 copy color: '#E66345'

red 230 ◦ green 99 ◦ blue 69

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

Shades of Flamingo #E66345

Tints of Flamingo #E66345

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.87%

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

R = 57.79%
G = 24.87%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.7

 K value IS 0.10

RGB Variations

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

Color information

#E66345 (or 0xE66345) is known color: Flamingo. HEX triplet: E6, 63 and 45. RGB value is (230,99,69). Sum of RGB (Red+Green+Blue) = 230+99+69=398 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.79% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 69 (27.34% from 255 or 17.34% from 398); Max value from RGB is 230 - color contains mainly: red. Hex color #E66345 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66345 is #199CBA. Grayscale: #878787. Windows color (decimal): -1678523 or 4547558. OLE color: 4547558.

HSL color Cylindrical-coordinate representation of color #E66345: hue angle of 11.18º 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 #E66345 is Cyan = 0, Magento = 0.57, Yellow = 0.7 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 99 69 -
CMYK 0 0.57 0.7 0.10
HSL 11.18º 0.76% 0.59% -
HSV(B) 11.18º 0.7% 0.9% -
XYZ 38.17 26.18 8.67 -
YUV 134.75 90.9 195.94 -
System Red Green Blue C M Y K H S L
Decimal 230 99 69 0 0.57 0.7 0.10 11.18 0.76 0.59
Hex E6 63 45 0 39 46 A B 4C 3B
Octal 346 143 105 0 71 106 12 13 114 73
Binary 11100110 1100011 1000101 0 111001 1000110 1010 1011 1001100 111011

Color Harmonies of #E66345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66345

Black with #E66345

Text Example


Text Example

White with #E66345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66345; }

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

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

background-color css

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

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

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

border-color css

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

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

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