Html Css Color HEX #E68049 Flamenco

📋 copy color: '#E68049'

red 230 ◦ green 128 ◦ blue 73

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

Shades of Flamenco #E68049

Tints of Flamenco #E68049

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.7%

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

R = 53.36%
G = 29.7%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E68049 (or 0xE68049) is known color: Flamenco. HEX triplet: E6, 80 and 49. RGB value is (230,128,73). Sum of RGB (Red+Green+Blue) = 230+128+73=431 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.36% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 73 (28.91% from 255 or 16.94% from 431); Max value from RGB is 230 - color contains mainly: red. Hex color #E68049 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68049 is #197FB6. Grayscale: #989898. Windows color (decimal): -1671095 or 4817126. OLE color: 4817126.

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

Color convert

RGB 230 128 73 -
CMYK 0 0.44 0.68 0.10
HSL 21.02º 0.76% 0.59% -
HSV(B) 21.02º 0.68% 0.9% -
XYZ 41.55 32.74 10.43 -
YUV 152.23 83.29 183.47 -
System Red Green Blue C M Y K H S L
Decimal 230 128 73 0 0.44 0.68 0.10 21.02 0.76 0.59
Hex E6 80 49 0 2C 44 A 15 4C 3B
Octal 346 200 111 0 54 104 12 25 114 73
Binary 11100110 10000000 1001001 0 101100 1000100 1010 10101 1001100 111011

Color Harmonies of #E68049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68049

Black with #E68049

Text Example


Text Example

White with #E68049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68049; }

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

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

background-color css

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

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

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

border-color css

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

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

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