Html Css Color HEX #E28C4E Flamenco

📋 copy color: '#E28C4E'

red 226 ◦ green 140 ◦ blue 78

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

Shades of Flamenco #E28C4E

Tints of Flamenco #E28C4E

RGB

 RED value IS 226 (88.67% from 255) = 50.9%

 GREEN value IS 140 (55.08% from 255) = 31.53%

 BLUE value IS 78 (30.86% from 255) = 17.57%

R = 50.9%
G = 31.53%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E28C4E (or 0xE28C4E) is known color: Flamenco. HEX triplet: E2, 8C and 4E. RGB value is (226,140,78). Sum of RGB (Red+Green+Blue) = 226+140+78=444 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.90% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 78 (30.86% from 255 or 17.57% from 444); Max value from RGB is 226 - color contains mainly: red. Hex color #E28C4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28C4E is #1D73B1. Grayscale: #9E9E9E. Windows color (decimal): -1930162 or 5147874. OLE color: 5147874.

HSL color Cylindrical-coordinate representation of color #E28C4E: hue angle of 25.14º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E28C4E is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 140 78 -
CMYK 0 0.38 0.65 0.11
HSL 25.14º 0.72% 0.6% -
HSV(B) 25.14º 0.65% 0.89% -
XYZ 42.12 35.47 11.84 -
YUV 158.65 82.49 176.04 -
System Red Green Blue C M Y K H S L
Decimal 226 140 78 0 0.38 0.65 0.11 25.14 0.72 0.6
Hex E2 8C 4E 0 26 41 B 19 48 3C
Octal 342 214 116 0 46 101 13 31 110 74
Binary 11100010 10001100 1001110 0 100110 1000001 1011 11001 1001000 111100

Color Harmonies of #E28C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28C4E

Black with #E28C4E

Text Example


Text Example

White with #E28C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28C4E; }

 p { color: rgb(226,140,78); }

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

background-color css

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

 a { background-color: rgb(226,140,78); }

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

border-color css

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

 span { border-color: rgb(226,140,78); }

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