Html Css Color HEX #EA6744 Flamingo

📋 copy color: '#EA6744'

red 234 ◦ green 103 ◦ blue 68

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

Shades of Flamingo #EA6744

Tints of Flamingo #EA6744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.79%

R = 57.78%
G = 25.43%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA6744 (or 0xEA6744) is known color: Flamingo. HEX triplet: EA, 67 and 44. RGB value is (234,103,68). Sum of RGB (Red+Green+Blue) = 234+103+68=405 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.78% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 68 (26.95% from 255 or 16.79% from 405); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6744 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6744 is #1598BB. Grayscale: #8A8A8A. Windows color (decimal): -1415356 or 4483050. OLE color: 4483050.

HSL color Cylindrical-coordinate representation of color #EA6744: hue angle of 12.65º 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 #EA6744 is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 103 68 -
CMYK 0 0.56 0.71 0.08
HSL 12.65º 0.8% 0.59% -
HSV(B) 12.65º 0.71% 0.92% -
XYZ 39.83 27.61 8.7 -
YUV 138.18 88.4 196.35 -
System Red Green Blue C M Y K H S L
Decimal 234 103 68 0 0.56 0.71 0.08 12.65 0.8 0.59
Hex EA 67 44 0 38 47 8 D 50 3B
Octal 352 147 104 0 70 107 10 15 120 73
Binary 11101010 1100111 1000100 0 111000 1000111 1000 1101 1010000 111011

Color Harmonies of #EA6744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6744

Black with #EA6744

Text Example


Text Example

White with #EA6744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6744; }

 p { color: rgb(234,103,68); }

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

background-color css

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

 a { background-color: rgb(234,103,68); }

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

border-color css

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

 span { border-color: rgb(234,103,68); }

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