Html Css Color HEX #EA6541 Flamingo

📋 copy color: '#EA6541'

red 234 ◦ green 101 ◦ blue 65

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

Shades of Flamingo #EA6541

Tints of Flamingo #EA6541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.25%

R = 58.5%
G = 25.25%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EA6541 (or 0xEA6541) is known color: Flamingo. HEX triplet: EA, 65 and 41. RGB value is (234,101,65). Sum of RGB (Red+Green+Blue) = 234+101+65=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 65 (25.78% from 255 or 16.25% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6541 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6541 is #159ABE. Grayscale: #888888. Windows color (decimal): -1415871 or 4285930. OLE color: 4285930.

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

Color convert

RGB 234 101 65 -
CMYK 0 0.57 0.72 0.08
HSL 12.78º 0.8% 0.59% -
HSV(B) 12.78º 0.72% 0.92% -
XYZ 39.54 27.18 8.16 -
YUV 136.66 87.56 197.43 -
System Red Green Blue C M Y K H S L
Decimal 234 101 65 0 0.57 0.72 0.08 12.78 0.8 0.59
Hex EA 65 41 0 39 48 8 D 50 3B
Octal 352 145 101 0 71 110 10 15 120 73
Binary 11101010 1100101 1000001 0 111001 1001000 1000 1101 1010000 111011

Color Harmonies of #EA6541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6541

Black with #EA6541

Text Example


Text Example

White with #EA6541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6541; }

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

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

background-color css

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

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

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

border-color css

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

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

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