Html Css Color HEX #EA8B41 Flamenco

📋 copy color: '#EA8B41'

red 234 ◦ green 139 ◦ blue 65

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

Shades of Flamenco #EA8B41

Tints of Flamenco #EA8B41

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.74%

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

R = 53.42%
G = 31.74%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EA8B41 (or 0xEA8B41) is known color: Flamenco. HEX triplet: EA, 8B and 41. RGB value is (234,139,65). Sum of RGB (Red+Green+Blue) = 234+139+65=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 65 (25.78% from 255 or 14.84% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8B41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8B41 is #1574BE. Grayscale: #9F9F9F. Windows color (decimal): -1406143 or 4295658. OLE color: 4295658.

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

Color convert

RGB 234 139 65 -
CMYK 0 0.41 0.72 0.08
HSL 26.27º 0.8% 0.59% -
HSV(B) 26.27º 0.72% 0.92% -
XYZ 44.12 36.34 9.69 -
YUV 158.97 74.97 181.52 -
System Red Green Blue C M Y K H S L
Decimal 234 139 65 0 0.41 0.72 0.08 26.27 0.8 0.59
Hex EA 8B 41 0 29 48 8 1A 50 3B
Octal 352 213 101 0 51 110 10 32 120 73
Binary 11101010 10001011 1000001 0 101001 1001000 1000 11010 1010000 111011

Color Harmonies of #EA8B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8B41

Black with #EA8B41

Text Example


Text Example

White with #EA8B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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