Html Css Color HEX #EE6345 Flamingo

📋 copy color: '#EE6345'

red 238 ◦ green 99 ◦ blue 69

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

Shades of Flamingo #EE6345

Tints of Flamingo #EE6345

RGB

 RED value IS 238 (93.36% from 255) = 58.62%

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

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

R = 58.62%
G = 24.38%
B = 17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EE6345 (or 0xEE6345) is known color: Flamingo. HEX triplet: EE, 63 and 45. RGB value is (238,99,69). Sum of RGB (Red+Green+Blue) = 238+99+69=406 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.62% from 406); Green value is 99 (39.06% from 255 or 24.38% from 406); Blue value is 69 (27.34% from 255 or 17.00% from 406); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6345 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE6345 is #119CBA. Grayscale: #898989. Windows color (decimal): -1154235 or 4547566. OLE color: 4547566.

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

Color convert

RGB 238 99 69 -
CMYK 0 0.58 0.71 0.07
HSL 10.65º 0.83% 0.6% -
HSV(B) 10.65º 0.71% 0.93% -
XYZ 40.8 27.53 8.79 -
YUV 137.14 89.55 199.94 -
System Red Green Blue C M Y K H S L
Decimal 238 99 69 0 0.58 0.71 0.07 10.65 0.83 0.6
Hex EE 63 45 0 3A 47 7 B 53 3C
Octal 356 143 105 0 72 107 7 13 123 74
Binary 11101110 1100011 1000101 0 111010 1000111 111 1011 1010011 111100

Color Harmonies of #EE6345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6345

Black with #EE6345

Text Example


Text Example

White with #EE6345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6345; }

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

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

background-color css

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

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

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

border-color css

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

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

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