Html Css Color HEX #EA623F Flamingo

📋 copy color: '#EA623F'

red 234 ◦ green 98 ◦ blue 63

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

Shades of Flamingo #EA623F

Tints of Flamingo #EA623F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.81%

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

R = 59.24%
G = 24.81%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA623F (or 0xEA623F) is known color: Flamingo. HEX triplet: EA, 62 and 3F. RGB value is (234,98,63). Sum of RGB (Red+Green+Blue) = 234+98+63=395 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.24% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 63 (25% from 255 or 15.95% from 395); Max value from RGB is 234 - color contains mainly: red. Hex color #EA623F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA623F is #159DC0. Grayscale: #868686. Windows color (decimal): -1416641 or 4154090. OLE color: 4154090.

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

Color convert

RGB 234 98 63 -
CMYK 0 0.58 0.73 0.08
HSL 12.28º 0.8% 0.58% -
HSV(B) 12.28º 0.73% 0.92% -
XYZ 39.2 26.59 7.77 -
YUV 134.67 87.56 198.85 -
System Red Green Blue C M Y K H S L
Decimal 234 98 63 0 0.58 0.73 0.08 12.28 0.8 0.58
Hex EA 62 3F 0 3A 49 8 C 50 3A
Octal 352 142 77 0 72 111 10 14 120 72
Binary 11101010 1100010 111111 0 111010 1001001 1000 1100 1010000 111010

Color Harmonies of #EA623F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA623F

Black with #EA623F

Text Example


Text Example

White with #EA623F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA623F; }

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

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

background-color css

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

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

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

border-color css

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

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

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