Html Css Color HEX #E68247 Flamenco

📋 copy color: '#E68247'

red 230 ◦ green 130 ◦ blue 71

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

Shades of Flamenco #E68247

Tints of Flamenco #E68247

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.16%

 BLUE value IS 71 (28.13% from 255) = 16.47%

R = 53.36%
G = 30.16%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E68247 (or 0xE68247) is known color: Flamenco. HEX triplet: E6, 82 and 47. RGB value is (230,130,71). Sum of RGB (Red+Green+Blue) = 230+130+71=431 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.36% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 71 (28.12% from 255 or 16.47% from 431); Max value from RGB is 230 - color contains mainly: red. Hex color #E68247 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68247 is #197DB8. Grayscale: #999999. Windows color (decimal): -1670585 or 4686566. OLE color: 4686566.

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

Color convert

RGB 230 130 71 -
CMYK 0 0.43 0.69 0.10
HSL 22.26º 0.76% 0.59% -
HSV(B) 22.26º 0.69% 0.9% -
XYZ 41.75 33.24 10.18 -
YUV 153.17 81.63 182.8 -
System Red Green Blue C M Y K H S L
Decimal 230 130 71 0 0.43 0.69 0.10 22.26 0.76 0.59
Hex E6 82 47 0 2B 45 A 16 4C 3B
Octal 346 202 107 0 53 105 12 26 114 73
Binary 11100110 10000010 1000111 0 101011 1000101 1010 10110 1001100 111011

Color Harmonies of #E68247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68247

Black with #E68247

Text Example


Text Example

White with #E68247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68247; }

 p { color: rgb(230,130,71); }

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

background-color css

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

 a { background-color: rgb(230,130,71); }

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

border-color css

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

 span { border-color: rgb(230,130,71); }

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