Html Css Color HEX #EA8A44 Flamenco

📋 copy color: '#EA8A44'

red 234 ◦ green 138 ◦ blue 68

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

Shades of Flamenco #EA8A44

Tints of Flamenco #EA8A44

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.36%

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

R = 53.18%
G = 31.36%
B = 15.45%

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

#EA8A44 (or 0xEA8A44) is known color: Flamenco. HEX triplet: EA, 8A and 44. RGB value is (234,138,68). Sum of RGB (Red+Green+Blue) = 234+138+68=440 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.18% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 68 (26.95% from 255 or 15.45% from 440); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8A44 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8A44 is #1575BB. Grayscale: #9F9F9F. Windows color (decimal): -1406396 or 4492010. OLE color: 4492010.

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

Color convert

RGB 234 138 68 -
CMYK 0 0.41 0.71 0.08
HSL 25.3º 0.8% 0.59% -
HSV(B) 25.3º 0.71% 0.92% -
XYZ 44.06 36.09 10.11 -
YUV 158.72 76.8 181.69 -
System Red Green Blue C M Y K H S L
Decimal 234 138 68 0 0.41 0.71 0.08 25.3 0.8 0.59
Hex EA 8A 44 0 29 47 8 19 50 3B
Octal 352 212 104 0 51 107 10 31 120 73
Binary 11101010 10001010 1000100 0 101001 1000111 1000 11001 1010000 111011

Color Harmonies of #EA8A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8A44

Black with #EA8A44

Text Example


Text Example

White with #EA8A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8A44; }

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

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

background-color css

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

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

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

border-color css

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

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

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