Html Css Color HEX #EA8945 Flamenco

📋 copy color: '#EA8945'

red 234 ◦ green 137 ◦ blue 69

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

Shades of Flamenco #EA8945

Tints of Flamenco #EA8945

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.14%

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

R = 53.18%
G = 31.14%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA8945 (or 0xEA8945) is known color: Flamenco. HEX triplet: EA, 89 and 45. RGB value is (234,137,69). Sum of RGB (Red+Green+Blue) = 234+137+69=440 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.18% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 69 (27.34% from 255 or 15.68% from 440); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8945 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8945 is #1576BA. Grayscale: #9E9E9E. Windows color (decimal): -1406651 or 4557290. OLE color: 4557290.

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

Color convert

RGB 234 137 69 -
CMYK 0 0.41 0.71 0.08
HSL 24.73º 0.8% 0.59% -
HSV(B) 24.73º 0.71% 0.92% -
XYZ 43.95 35.81 10.23 -
YUV 158.25 77.64 182.03 -
System Red Green Blue C M Y K H S L
Decimal 234 137 69 0 0.41 0.71 0.08 24.73 0.8 0.59
Hex EA 89 45 0 29 47 8 19 50 3B
Octal 352 211 105 0 51 107 10 31 120 73
Binary 11101010 10001001 1000101 0 101001 1000111 1000 11001 1010000 111011

Color Harmonies of #EA8945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8945

Black with #EA8945

Text Example


Text Example

White with #EA8945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8945; }

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

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

background-color css

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

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

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

border-color css

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

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

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