Html Css Color HEX #EA694A Flamingo

📋 copy color: '#EA694A'

red 234 ◦ green 105 ◦ blue 74

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

Shades of Flamingo #EA694A

Tints of Flamingo #EA694A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.42%

 BLUE value IS 74 (29.3% from 255) = 17.92%

R = 56.66%
G = 25.42%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EA694A (or 0xEA694A) is known color: Flamingo. HEX triplet: EA, 69 and 4A. RGB value is (234,105,74). Sum of RGB (Red+Green+Blue) = 234+105+74=413 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.66% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 74 (29.30% from 255 or 17.92% from 413); Max value from RGB is 234 - color contains mainly: red. Hex color #EA694A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA694A is #1596B5. Grayscale: #8C8C8C. Windows color (decimal): -1414838 or 4876778. OLE color: 4876778.

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

Color convert

RGB 234 105 74 -
CMYK 0 0.55 0.68 0.08
HSL 11.63º 0.79% 0.6% -
HSV(B) 11.63º 0.68% 0.92% -
XYZ 40.22 28.09 9.78 -
YUV 140.04 90.74 195.02 -
System Red Green Blue C M Y K H S L
Decimal 234 105 74 0 0.55 0.68 0.08 11.63 0.79 0.6
Hex EA 69 4A 0 37 44 8 C 4F 3C
Octal 352 151 112 0 67 104 10 14 117 74
Binary 11101010 1101001 1001010 0 110111 1000100 1000 1100 1001111 111100

Color Harmonies of #EA694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA694A

Black with #EA694A

Text Example


Text Example

White with #EA694A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA694A; }

 p { color: rgb(234,105,74); }

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

background-color css

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

 a { background-color: rgb(234,105,74); }

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

border-color css

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

 span { border-color: rgb(234,105,74); }

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