Html Css Color HEX #EA8141 Flamenco

📋 copy color: '#EA8141'

red 234 ◦ green 129 ◦ blue 65

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

Shades of Flamenco #EA8141

Tints of Flamenco #EA8141

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.14%

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

R = 54.67%
G = 30.14%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EA8141 (or 0xEA8141) is known color: Flamenco. HEX triplet: EA, 81 and 41. RGB value is (234,129,65). Sum of RGB (Red+Green+Blue) = 234+129+65=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 65 (25.78% from 255 or 15.19% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8141 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8141 is #157EBE. Grayscale: #999999. Windows color (decimal): -1408703 or 4293098. OLE color: 4293098.

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

Color convert

RGB 234 129 65 -
CMYK 0 0.45 0.72 0.08
HSL 22.72º 0.8% 0.59% -
HSV(B) 22.72º 0.72% 0.92% -
XYZ 42.74 33.57 9.23 -
YUV 153.1 78.29 185.7 -
System Red Green Blue C M Y K H S L
Decimal 234 129 65 0 0.45 0.72 0.08 22.72 0.8 0.59
Hex EA 81 41 0 2D 48 8 17 50 3B
Octal 352 201 101 0 55 110 10 27 120 73
Binary 11101010 10000001 1000001 0 101101 1001000 1000 10111 1010000 111011

Color Harmonies of #EA8141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8141

Black with #EA8141

Text Example


Text Example

White with #EA8141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8141; }

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

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

background-color css

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

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

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

border-color css

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

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

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