Html Css Color HEX #EA8441 Flamenco

📋 copy color: '#EA8441'

red 234 ◦ green 132 ◦ blue 65

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

Shades of Flamenco #EA8441

Tints of Flamenco #EA8441

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.63%

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

R = 54.29%
G = 30.63%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EA8441 (or 0xEA8441) is known color: Flamenco. HEX triplet: EA, 84 and 41. RGB value is (234,132,65). Sum of RGB (Red+Green+Blue) = 234+132+65=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 65 (25.78% from 255 or 15.08% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8441 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8441 is #157BBE. Grayscale: #9B9B9B. Windows color (decimal): -1407935 or 4293866. OLE color: 4293866.

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

Color convert

RGB 234 132 65 -
CMYK 0 0.44 0.72 0.08
HSL 23.79º 0.8% 0.59% -
HSV(B) 23.79º 0.72% 0.92% -
XYZ 43.14 34.38 9.36 -
YUV 154.86 77.29 184.45 -
System Red Green Blue C M Y K H S L
Decimal 234 132 65 0 0.44 0.72 0.08 23.79 0.8 0.59
Hex EA 84 41 0 2C 48 8 18 50 3B
Octal 352 204 101 0 54 110 10 30 120 73
Binary 11101010 10000100 1000001 0 101100 1001000 1000 11000 1010000 111011

Color Harmonies of #EA8441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8441

Black with #EA8441

Text Example


Text Example

White with #EA8441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8441; }

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

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

background-color css

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

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

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

border-color css

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

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

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