Html Css Color HEX #EA6345 Flamingo

📋 copy color: '#EA6345'

red 234 ◦ green 99 ◦ blue 69

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

Shades of Flamingo #EA6345

Tints of Flamingo #EA6345

RGB

 RED value IS 234 (91.8% from 255) = 58.21%

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

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

R = 58.21%
G = 24.63%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA6345 (or 0xEA6345) is known color: Flamingo. HEX triplet: EA, 63 and 45. RGB value is (234,99,69). Sum of RGB (Red+Green+Blue) = 234+99+69=402 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.21% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6345 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6345 is #159CBA. Grayscale: #888888. Windows color (decimal): -1416379 or 4547562. OLE color: 4547562.

HSL color Cylindrical-coordinate representation of color #EA6345: hue angle of 10.91º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA6345 is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 99 69 -
CMYK 0 0.58 0.71 0.08
HSL 10.91º 0.8% 0.59% -
HSV(B) 10.91º 0.71% 0.92% -
XYZ 39.47 26.85 8.73 -
YUV 135.95 90.23 197.94 -
System Red Green Blue C M Y K H S L
Decimal 234 99 69 0 0.58 0.71 0.08 10.91 0.8 0.59
Hex EA 63 45 0 3A 47 8 B 50 3B
Octal 352 143 105 0 72 107 10 13 120 73
Binary 11101010 1100011 1000101 0 111010 1000111 1000 1011 1010000 111011

Color Harmonies of #EA6345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6345

Black with #EA6345

Text Example


Text Example

White with #EA6345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6345; }

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

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

background-color css

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

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

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

border-color css

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

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

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