Html Css Color HEX #EA8741 Flamenco

📋 copy color: '#EA8741'

red 234 ◦ green 135 ◦ blue 65

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

Shades of Flamenco #EA8741

Tints of Flamenco #EA8741

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.11%

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

R = 53.92%
G = 31.11%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EA8741 (or 0xEA8741) is known color: Flamenco. HEX triplet: EA, 87 and 41. RGB value is (234,135,65). Sum of RGB (Red+Green+Blue) = 234+135+65=434 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.92% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 65 (25.78% from 255 or 14.98% from 434); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8741 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8741 is #1578BE. Grayscale: #9D9D9D. Windows color (decimal): -1407167 or 4294634. OLE color: 4294634.

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

Color convert

RGB 234 135 65 -
CMYK 0 0.42 0.72 0.08
HSL 24.85º 0.8% 0.59% -
HSV(B) 24.85º 0.72% 0.92% -
XYZ 43.55 35.2 9.5 -
YUV 156.62 76.3 183.19 -
System Red Green Blue C M Y K H S L
Decimal 234 135 65 0 0.42 0.72 0.08 24.85 0.8 0.59
Hex EA 87 41 0 2A 48 8 19 50 3B
Octal 352 207 101 0 52 110 10 31 120 73
Binary 11101010 10000111 1000001 0 101010 1001000 1000 11001 1010000 111011

Color Harmonies of #EA8741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8741

Black with #EA8741

Text Example


Text Example

White with #EA8741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8741; }

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

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

background-color css

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

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

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

border-color css

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

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

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