Html Css Color HEX #E68C49 Flamenco

📋 copy color: '#E68C49'

red 230 ◦ green 140 ◦ blue 73

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

Shades of Flamenco #E68C49

Tints of Flamenco #E68C49

RGB

 RED value IS 230 (90.23% from 255) = 51.92%

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

 BLUE value IS 73 (28.91% from 255) = 16.48%

R = 51.92%
G = 31.6%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E68C49 (or 0xE68C49) is known color: Flamenco. HEX triplet: E6, 8C and 49. RGB value is (230,140,73). Sum of RGB (Red+Green+Blue) = 230+140+73=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 73 (28.91% from 255 or 16.48% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68C49 is #1973B6. Grayscale: #9F9F9F. Windows color (decimal): -1668023 or 4820198. OLE color: 4820198.

HSL color Cylindrical-coordinate representation of color #E68C49: hue angle of 25.61º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E68C49 is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 140 73 -
CMYK 0 0.39 0.68 0.10
HSL 25.61º 0.76% 0.59% -
HSV(B) 25.61º 0.68% 0.9% -
XYZ 43.21 36.06 10.99 -
YUV 159.27 79.32 178.45 -
System Red Green Blue C M Y K H S L
Decimal 230 140 73 0 0.39 0.68 0.10 25.61 0.76 0.59
Hex E6 8C 49 0 27 44 A 1A 4C 3B
Octal 346 214 111 0 47 104 12 32 114 73
Binary 11100110 10001100 1001001 0 100111 1000100 1010 11010 1001100 111011

Color Harmonies of #E68C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68C49

Black with #E68C49

Text Example


Text Example

White with #E68C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68C49; }

 p { color: rgb(230,140,73); }

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

background-color css

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

 a { background-color: rgb(230,140,73); }

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

border-color css

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

 span { border-color: rgb(230,140,73); }

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