Html Css Color HEX #EA8440 Flamenco

📋 copy color: '#EA8440'

red 234 ◦ green 132 ◦ blue 64

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

Shades of Flamenco #EA8440

Tints of Flamenco #EA8440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.88%

R = 54.42%
G = 30.7%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA8440 (or 0xEA8440) is known color: Flamenco. HEX triplet: EA, 84 and 40. RGB value is (234,132,64). Sum of RGB (Red+Green+Blue) = 234+132+64=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8440 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8440 is #157BBF. Grayscale: #9B9B9B. Windows color (decimal): -1407936 or 4228330. OLE color: 4228330.

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

Color convert

RGB 234 132 64 -
CMYK 0 0.44 0.73 0.08
HSL 24º 0.8% 0.58% -
HSV(B) 24º 0.73% 0.92% -
XYZ 43.11 34.37 9.21 -
YUV 154.75 76.79 184.53 -
System Red Green Blue C M Y K H S L
Decimal 234 132 64 0 0.44 0.73 0.08 24 0.8 0.58
Hex EA 84 40 0 2C 49 8 18 50 3A
Octal 352 204 100 0 54 111 10 30 120 72
Binary 11101010 10000100 1000000 0 101100 1001001 1000 11000 1010000 111010

Color Harmonies of #EA8440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8440

Black with #EA8440

Text Example


Text Example

White with #EA8440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8440; }

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

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

background-color css

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

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

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

border-color css

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

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

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