Html Css Color HEX #EA8445 Flamenco

📋 copy color: '#EA8445'

red 234 ◦ green 132 ◦ blue 69

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

Shades of Flamenco #EA8445

Tints of Flamenco #EA8445

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.34%

 BLUE value IS 69 (27.34% from 255) = 15.86%

R = 53.79%
G = 30.34%
B = 15.86%

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

#EA8445 (or 0xEA8445) is known color: Flamenco. HEX triplet: EA, 84 and 45. RGB value is (234,132,69). Sum of RGB (Red+Green+Blue) = 234+132+69=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 69 (27.34% from 255 or 15.86% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8445 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8445 is #157BBA. Grayscale: #9B9B9B. Windows color (decimal): -1407931 or 4556010. OLE color: 4556010.

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

Color convert

RGB 234 132 69 -
CMYK 0 0.44 0.71 0.08
HSL 22.91º 0.8% 0.59% -
HSV(B) 22.91º 0.71% 0.92% -
XYZ 43.26 34.42 9.99 -
YUV 155.32 79.29 184.12 -
System Red Green Blue C M Y K H S L
Decimal 234 132 69 0 0.44 0.71 0.08 22.91 0.8 0.59
Hex EA 84 45 0 2C 47 8 17 50 3B
Octal 352 204 105 0 54 107 10 27 120 73
Binary 11101010 10000100 1000101 0 101100 1000111 1000 10111 1010000 111011

Color Harmonies of #EA8445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8445

Black with #EA8445

Text Example


Text Example

White with #EA8445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8445; }

 p { color: rgb(234,132,69); }

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

background-color css

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

 a { background-color: rgb(234,132,69); }

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

border-color css

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

 span { border-color: rgb(234,132,69); }

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