Html Css Color HEX #E68347 Flamenco

📋 copy color: '#E68347'

red 230 ◦ green 131 ◦ blue 71

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

Shades of Flamenco #E68347

Tints of Flamenco #E68347

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.32%

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

R = 53.24%
G = 30.32%
B = 16.44%

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

#E68347 (or 0xE68347) is known color: Flamenco. HEX triplet: E6, 83 and 47. RGB value is (230,131,71). Sum of RGB (Red+Green+Blue) = 230+131+71=432 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.24% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 71 (28.12% from 255 or 16.44% from 432); Max value from RGB is 230 - color contains mainly: red. Hex color #E68347 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68347 is #197CB8. Grayscale: #9A9A9A. Windows color (decimal): -1670329 or 4686822. OLE color: 4686822.

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

Color convert

RGB 230 131 71 -
CMYK 0 0.43 0.69 0.10
HSL 22.64º 0.76% 0.59% -
HSV(B) 22.64º 0.69% 0.9% -
XYZ 41.89 33.51 10.22 -
YUV 153.76 81.3 182.38 -
System Red Green Blue C M Y K H S L
Decimal 230 131 71 0 0.43 0.69 0.10 22.64 0.76 0.59
Hex E6 83 47 0 2B 45 A 17 4C 3B
Octal 346 203 107 0 53 105 12 27 114 73
Binary 11100110 10000011 1000111 0 101011 1000101 1010 10111 1001100 111011

Color Harmonies of #E68347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68347

Black with #E68347

Text Example


Text Example

White with #E68347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68347; }

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

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

background-color css

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

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

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

border-color css

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

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

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