Html Css Color HEX #EA8946 Flamenco

📋 copy color: '#EA8946'

red 234 ◦ green 137 ◦ blue 70

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

Shades of Flamenco #EA8946

Tints of Flamenco #EA8946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.87%

R = 53.06%
G = 31.07%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EA8946 (or 0xEA8946) is known color: Flamenco. HEX triplet: EA, 89 and 46. RGB value is (234,137,70). Sum of RGB (Red+Green+Blue) = 234+137+70=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 70 (27.73% from 255 or 15.87% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8946 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8946 is #1576B9. Grayscale: #9E9E9E. Windows color (decimal): -1406650 or 4622826. OLE color: 4622826.

HSL color Cylindrical-coordinate representation of color #EA8946: hue angle of 24.51º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA8946 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 137 70 -
CMYK 0 0.41 0.70 0.08
HSL 24.51º 0.8% 0.6% -
HSV(B) 24.51º 0.7% 0.92% -
XYZ 43.98 35.83 10.39 -
YUV 158.37 78.14 181.95 -
System Red Green Blue C M Y K H S L
Decimal 234 137 70 0 0.41 0.70 0.08 24.51 0.8 0.6
Hex EA 89 46 0 29 46 8 19 50 3C
Octal 352 211 106 0 51 106 10 31 120 74
Binary 11101010 10001001 1000110 0 101001 1000110 1000 11001 1010000 111100

Color Harmonies of #EA8946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8946

Black with #EA8946

Text Example


Text Example

White with #EA8946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8946; }

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

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

background-color css

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

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

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

border-color css

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

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

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