Html Css Color HEX #E48C4C Flamenco

📋 copy color: '#E48C4C'

red 228 ◦ green 140 ◦ blue 76

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

Shades of Flamenco #E48C4C

Tints of Flamenco #E48C4C

RGB

 RED value IS 228 (89.45% from 255) = 51.35%

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

 BLUE value IS 76 (30.08% from 255) = 17.12%

R = 51.35%
G = 31.53%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E48C4C (or 0xE48C4C) is known color: Flamenco. HEX triplet: E4, 8C and 4C. RGB value is (228,140,76). Sum of RGB (Red+Green+Blue) = 228+140+76=444 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.35% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 76 (30.08% from 255 or 17.12% from 444); Max value from RGB is 228 - color contains mainly: red. Hex color #E48C4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48C4C is #1B73B3. Grayscale: #9F9F9F. Windows color (decimal): -1799092 or 5016804. OLE color: 5016804.

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

Color convert

RGB 228 140 76 -
CMYK 0 0.39 0.67 0.11
HSL 25.26º 0.74% 0.6% -
HSV(B) 25.26º 0.67% 0.89% -
XYZ 42.68 35.77 11.49 -
YUV 159.02 81.15 177.2 -
System Red Green Blue C M Y K H S L
Decimal 228 140 76 0 0.39 0.67 0.11 25.26 0.74 0.6
Hex E4 8C 4C 0 27 43 B 19 4A 3C
Octal 344 214 114 0 47 103 13 31 112 74
Binary 11100100 10001100 1001100 0 100111 1000011 1011 11001 1001010 111100

Color Harmonies of #E48C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48C4C

Black with #E48C4C

Text Example


Text Example

White with #E48C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48C4C; }

 p { color: rgb(228,140,76); }

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

background-color css

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

 a { background-color: rgb(228,140,76); }

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

border-color css

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

 span { border-color: rgb(228,140,76); }

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