Html Css Color HEX #EA654C Flamingo

📋 copy color: '#EA654C'

red 234 ◦ green 101 ◦ blue 76

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

Shades of Flamingo #EA654C

Tints of Flamingo #EA654C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.57%

 BLUE value IS 76 (30.08% from 255) = 18.49%

R = 56.93%
G = 24.57%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EA654C (or 0xEA654C) is known color: Flamingo. HEX triplet: EA, 65 and 4C. RGB value is (234,101,76). Sum of RGB (Red+Green+Blue) = 234+101+76=411 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.93% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 76 (30.08% from 255 or 18.49% from 411); Max value from RGB is 234 - color contains mainly: red. Hex color #EA654C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA654C is #159AB3. Grayscale: #8A8A8A. Windows color (decimal): -1415860 or 5006826. OLE color: 5006826.

HSL color Cylindrical-coordinate representation of color #EA654C: hue angle of 9.49º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EA654C is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 101 76 -
CMYK 0 0.57 0.68 0.08
HSL 9.49º 0.79% 0.61% -
HSV(B) 9.49º 0.68% 0.92% -
XYZ 39.89 27.32 10.01 -
YUV 137.92 93.06 196.53 -
System Red Green Blue C M Y K H S L
Decimal 234 101 76 0 0.57 0.68 0.08 9.49 0.79 0.61
Hex EA 65 4C 0 39 44 8 9 4F 3D
Octal 352 145 114 0 71 104 10 11 117 75
Binary 11101010 1100101 1001100 0 111001 1000100 1000 1001 1001111 111101

Color Harmonies of #EA654C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA654C

Black with #EA654C

Text Example


Text Example

White with #EA654C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA654C; }

 p { color: rgb(234,101,76); }

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

background-color css

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

 a { background-color: rgb(234,101,76); }

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

border-color css

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

 span { border-color: rgb(234,101,76); }

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