Html Css Color HEX #EA563F Flamingo

📋 copy color: '#EA563F'

red 234 ◦ green 86 ◦ blue 63

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

Shades of Flamingo #EA563F

Tints of Flamingo #EA563F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.45%

 BLUE value IS 63 (25% from 255) = 16.45%

R = 61.1%
G = 22.45%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA563F (or 0xEA563F) is known color: Flamingo. HEX triplet: EA, 56 and 3F. RGB value is (234,86,63). Sum of RGB (Red+Green+Blue) = 234+86+63=383 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.10% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 234 - color contains mainly: red. Hex color #EA563F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA563F is #15A9C0. Grayscale: #7F7F7F. Windows color (decimal): -1419713 or 4151018. OLE color: 4151018.

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

Color convert

RGB 234 86 63 -
CMYK 0 0.63 0.73 0.08
HSL 8.07º 0.8% 0.58% -
HSV(B) 8.07º 0.73% 0.92% -
XYZ 38.16 24.51 7.42 -
YUV 127.63 91.53 203.87 -
System Red Green Blue C M Y K H S L
Decimal 234 86 63 0 0.63 0.73 0.08 8.07 0.8 0.58
Hex EA 56 3F 0 3F 49 8 8 50 3A
Octal 352 126 77 0 77 111 10 10 120 72
Binary 11101010 1010110 111111 0 111111 1001001 1000 1000 1010000 111010

Color Harmonies of #EA563F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA563F

Black with #EA563F

Text Example


Text Example

White with #EA563F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA563F; }

 p { color: rgb(234,86,63); }

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

background-color css

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

 a { background-color: rgb(234,86,63); }

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

border-color css

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

 span { border-color: rgb(234,86,63); }

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