Html Css Color HEX #EA8344 Flamenco

📋 copy color: '#EA8344'

red 234 ◦ green 131 ◦ blue 68

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

Shades of Flamenco #EA8344

Tints of Flamenco #EA8344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.7%

R = 54.04%
G = 30.25%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA8344 (or 0xEA8344) is known color: Flamenco. HEX triplet: EA, 83 and 44. RGB value is (234,131,68). Sum of RGB (Red+Green+Blue) = 234+131+68=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 68 (26.95% from 255 or 15.70% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8344 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8344 is #157CBB. Grayscale: #9A9A9A. Windows color (decimal): -1408188 or 4490218. OLE color: 4490218.

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

Color convert

RGB 234 131 68 -
CMYK 0 0.44 0.71 0.08
HSL 22.77º 0.8% 0.59% -
HSV(B) 22.77º 0.71% 0.92% -
XYZ 43.09 34.14 9.79 -
YUV 154.62 79.12 184.62 -
System Red Green Blue C M Y K H S L
Decimal 234 131 68 0 0.44 0.71 0.08 22.77 0.8 0.59
Hex EA 83 44 0 2C 47 8 17 50 3B
Octal 352 203 104 0 54 107 10 27 120 73
Binary 11101010 10000011 1000100 0 101100 1000111 1000 10111 1010000 111011

Color Harmonies of #EA8344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8344

Black with #EA8344

Text Example


Text Example

White with #EA8344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8344; }

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

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

background-color css

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

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

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

border-color css

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

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

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