Html Css Color HEX #E38D4E Flamenco

📋 copy color: '#E38D4E'

red 227 ◦ green 141 ◦ blue 78

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

Shades of Flamenco #E38D4E

Tints of Flamenco #E38D4E

RGB

 RED value IS 227 (89.06% from 255) = 50.9%

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

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

R = 50.9%
G = 31.61%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E38D4E (or 0xE38D4E) is known color: Flamenco. HEX triplet: E3, 8D and 4E. RGB value is (227,141,78). Sum of RGB (Red+Green+Blue) = 227+141+78=446 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.90% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 78 (30.86% from 255 or 17.49% from 446); Max value from RGB is 227 - color contains mainly: red. Hex color #E38D4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38D4E is #1C72B1. Grayscale: #9F9F9F. Windows color (decimal): -1864370 or 5148131. OLE color: 5148131.

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

Color convert

RGB 227 141 78 -
CMYK 0 0.38 0.66 0.11
HSL 25.37º 0.73% 0.6% -
HSV(B) 25.37º 0.66% 0.89% -
XYZ 42.58 35.93 11.9 -
YUV 159.53 81.99 176.12 -
System Red Green Blue C M Y K H S L
Decimal 227 141 78 0 0.38 0.66 0.11 25.37 0.73 0.6
Hex E3 8D 4E 0 26 42 B 19 49 3C
Octal 343 215 116 0 46 102 13 31 111 74
Binary 11100011 10001101 1001110 0 100110 1000010 1011 11001 1001001 111100

Color Harmonies of #E38D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38D4E

Black with #E38D4E

Text Example


Text Example

White with #E38D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38D4E; }

 p { color: rgb(227,141,78); }

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

background-color css

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

 a { background-color: rgb(227,141,78); }

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

border-color css

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

 span { border-color: rgb(227,141,78); }

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