Html Css Color HEX #EA8D4D Flamenco

📋 copy color: '#EA8D4D'

red 234 ◦ green 141 ◦ blue 77

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

Shades of Flamenco #EA8D4D

Tints of Flamenco #EA8D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.04%

R = 51.77%
G = 31.19%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EA8D4D (or 0xEA8D4D) is known color: Flamenco. HEX triplet: EA, 8D and 4D. RGB value is (234,141,77). Sum of RGB (Red+Green+Blue) = 234+141+77=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 141 (55.47% from 255 or 31.19% from 452); Blue value is 77 (30.47% from 255 or 17.04% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8D4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8D4D is #1572B2. Grayscale: #A1A1A1. Windows color (decimal): -1405619 or 5082602. OLE color: 5082602.

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

Color convert

RGB 234 141 77 -
CMYK 0 0.40 0.67 0.08
HSL 24.46º 0.79% 0.61% -
HSV(B) 24.46º 0.67% 0.92% -
XYZ 44.8 37.08 11.82 -
YUV 161.51 80.31 179.7 -
System Red Green Blue C M Y K H S L
Decimal 234 141 77 0 0.40 0.67 0.08 24.46 0.79 0.61
Hex EA 8D 4D 0 28 43 8 18 4F 3D
Octal 352 215 115 0 50 103 10 30 117 75
Binary 11101010 10001101 1001101 0 101000 1000011 1000 11000 1001111 111101

Color Harmonies of #EA8D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8D4D

Black with #EA8D4D

Text Example


Text Example

White with #EA8D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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