Html Css Color HEX #EA8D4F Flamenco

📋 copy color: '#EA8D4F'

red 234 ◦ green 141 ◦ blue 79

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

Shades of Flamenco #EA8D4F

Tints of Flamenco #EA8D4F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.06%

 BLUE value IS 79 (31.25% from 255) = 17.4%

R = 51.54%
G = 31.06%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EA8D4F (or 0xEA8D4F) is known color: Flamenco. HEX triplet: EA, 8D and 4F. RGB value is (234,141,79). Sum of RGB (Red+Green+Blue) = 234+141+79=454 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.54% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 79 (31.25% from 255 or 17.40% from 454); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8D4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8D4F is #1572B0. Grayscale: #A2A2A2. Windows color (decimal): -1405617 or 5213674. OLE color: 5213674.

HSL color Cylindrical-coordinate representation of color #EA8D4F: hue angle of 24º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EA8D4F is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 141 79 -
CMYK 0 0.40 0.66 0.08
HSL 24º 0.79% 0.61% -
HSV(B) 24º 0.66% 0.92% -
XYZ 44.87 37.11 12.19 -
YUV 161.74 81.31 179.54 -
System Red Green Blue C M Y K H S L
Decimal 234 141 79 0 0.40 0.66 0.08 24 0.79 0.61
Hex EA 8D 4F 0 28 42 8 18 4F 3D
Octal 352 215 117 0 50 102 10 30 117 75
Binary 11101010 10001101 1001111 0 101000 1000010 1000 11000 1001111 111101

Color Harmonies of #EA8D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8D4F

Black with #EA8D4F

Text Example


Text Example

White with #EA8D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8D4F; }

 p { color: rgb(234,141,79); }

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

background-color css

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

 a { background-color: rgb(234,141,79); }

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

border-color css

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

 span { border-color: rgb(234,141,79); }

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