Html Css Color HEX #EA8940 Flamenco

📋 copy color: '#EA8940'

red 234 ◦ green 137 ◦ blue 64

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

Shades of Flamenco #EA8940

Tints of Flamenco #EA8940

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.49%

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

R = 53.79%
G = 31.49%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA8940 (or 0xEA8940) is known color: Flamenco. HEX triplet: EA, 89 and 40. RGB value is (234,137,64). Sum of RGB (Red+Green+Blue) = 234+137+64=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 64 (25.39% from 255 or 14.71% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8940 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8940 is #1576BF. Grayscale: #9E9E9E. Windows color (decimal): -1406656 or 4229610. OLE color: 4229610.

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

Color convert

RGB 234 137 64 -
CMYK 0 0.41 0.73 0.08
HSL 25.76º 0.8% 0.58% -
HSV(B) 25.76º 0.73% 0.92% -
XYZ 43.8 35.75 9.44 -
YUV 157.68 75.14 182.44 -
System Red Green Blue C M Y K H S L
Decimal 234 137 64 0 0.41 0.73 0.08 25.76 0.8 0.58
Hex EA 89 40 0 29 49 8 1A 50 3A
Octal 352 211 100 0 51 111 10 32 120 72
Binary 11101010 10001001 1000000 0 101001 1001001 1000 11010 1010000 111010

Color Harmonies of #EA8940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8940

Black with #EA8940

Text Example


Text Example

White with #EA8940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8940; }

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

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

background-color css

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

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

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

border-color css

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

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

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