Html Css Color HEX #EA8341 Flamenco

📋 copy color: '#EA8341'

red 234 ◦ green 131 ◦ blue 65

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

Shades of Flamenco #EA8341

Tints of Flamenco #EA8341

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.47%

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

R = 54.42%
G = 30.47%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EA8341 (or 0xEA8341) is known color: Flamenco. HEX triplet: EA, 83 and 41. RGB value is (234,131,65). Sum of RGB (Red+Green+Blue) = 234+131+65=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 65 (25.78% from 255 or 15.12% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8341 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8341 is #157CBE. Grayscale: #9A9A9A. Windows color (decimal): -1408191 or 4293610. OLE color: 4293610.

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

Color convert

RGB 234 131 65 -
CMYK 0 0.44 0.72 0.08
HSL 23.43º 0.8% 0.59% -
HSV(B) 23.43º 0.72% 0.92% -
XYZ 43 34.11 9.32 -
YUV 154.27 77.62 184.87 -
System Red Green Blue C M Y K H S L
Decimal 234 131 65 0 0.44 0.72 0.08 23.43 0.8 0.59
Hex EA 83 41 0 2C 48 8 17 50 3B
Octal 352 203 101 0 54 110 10 27 120 73
Binary 11101010 10000011 1000001 0 101100 1001000 1000 10111 1010000 111011

Color Harmonies of #EA8341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8341

Black with #EA8341

Text Example


Text Example

White with #EA8341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8341; }

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

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

background-color css

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

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

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

border-color css

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

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

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