Html Css Color HEX #EA8349 Flamenco

📋 copy color: '#EA8349'

red 234 ◦ green 131 ◦ blue 73

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

Shades of Flamenco #EA8349

Tints of Flamenco #EA8349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 16.67%

R = 53.42%
G = 29.91%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EA8349 (or 0xEA8349) is known color: Flamenco. HEX triplet: EA, 83 and 49. RGB value is (234,131,73). Sum of RGB (Red+Green+Blue) = 234+131+73=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 131 (51.56% from 255 or 29.91% from 438); Blue value is 73 (28.91% from 255 or 16.67% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8349 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8349 is #157CB6. Grayscale: #9B9B9B. Windows color (decimal): -1408183 or 4817898. OLE color: 4817898.

HSL color Cylindrical-coordinate representation of color #EA8349: hue angle of 21.61º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA8349 is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 131 73 -
CMYK 0 0.44 0.69 0.08
HSL 21.61º 0.79% 0.6% -
HSV(B) 21.61º 0.69% 0.92% -
XYZ 43.25 34.21 10.63 -
YUV 155.19 81.62 184.22 -
System Red Green Blue C M Y K H S L
Decimal 234 131 73 0 0.44 0.69 0.08 21.61 0.79 0.6
Hex EA 83 49 0 2C 45 8 16 4F 3C
Octal 352 203 111 0 54 105 10 26 117 74
Binary 11101010 10000011 1001001 0 101100 1000101 1000 10110 1001111 111100

Color Harmonies of #EA8349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8349

Black with #EA8349

Text Example


Text Example

White with #EA8349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8349; }

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

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

background-color css

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

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

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

border-color css

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

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

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