Html Css Color HEX #E68A49 Flamenco

📋 copy color: '#E68A49'

red 230 ◦ green 138 ◦ blue 73

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

Shades of Flamenco #E68A49

Tints of Flamenco #E68A49

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.29%

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

R = 52.15%
G = 31.29%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E68A49 (or 0xE68A49) is known color: Flamenco. HEX triplet: E6, 8A and 49. RGB value is (230,138,73). Sum of RGB (Red+Green+Blue) = 230+138+73=441 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.15% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 73 (28.91% from 255 or 16.55% from 441); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68A49 is #1975B6. Grayscale: #9E9E9E. Windows color (decimal): -1668535 or 4819686. OLE color: 4819686.

HSL color Cylindrical-coordinate representation of color #E68A49: hue angle of 24.84º 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 #E68A49 is Cyan = 0, Magento = 0.4, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 138 73 -
CMYK 0 0.4 0.68 0.10
HSL 24.84º 0.76% 0.59% -
HSV(B) 24.84º 0.68% 0.9% -
XYZ 42.92 35.48 10.89 -
YUV 158.1 79.98 179.29 -
System Red Green Blue C M Y K H S L
Decimal 230 138 73 0 0.4 0.68 0.10 24.84 0.76 0.59
Hex E6 8A 49 0 28 44 A 19 4C 3B
Octal 346 212 111 0 50 104 12 31 114 73
Binary 11100110 10001010 1001001 0 101000 1000100 1010 11001 1001100 111011

Color Harmonies of #E68A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68A49

Black with #E68A49

Text Example


Text Example

White with #E68A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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