Html Css Color HEX #E68650 Flamenco

📋 copy color: '#E68650'

red 230 ◦ green 134 ◦ blue 80

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

Shades of Flamenco #E68650

Tints of Flamenco #E68650

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.18%

 BLUE value IS 80 (31.64% from 255) = 18.02%

R = 51.8%
G = 30.18%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E68650 (or 0xE68650) is known color: Flamenco. HEX triplet: E6, 86 and 50. RGB value is (230,134,80). Sum of RGB (Red+Green+Blue) = 230+134+80=444 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.80% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 80 (31.64% from 255 or 18.02% from 444); Max value from RGB is 230 - color contains mainly: red. Hex color #E68650 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68650 is #1979AF. Grayscale: #9C9C9C. Windows color (decimal): -1669552 or 5277414. OLE color: 5277414.

HSL color Cylindrical-coordinate representation of color #E68650: hue angle of 21.6º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E68650 is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 134 80 -
CMYK 0 0.42 0.65 0.10
HSL 21.6º 0.75% 0.61% -
HSV(B) 21.6º 0.65% 0.9% -
XYZ 42.61 34.45 11.99 -
YUV 156.55 84.8 180.39 -
System Red Green Blue C M Y K H S L
Decimal 230 134 80 0 0.42 0.65 0.10 21.6 0.75 0.61
Hex E6 86 50 0 2A 41 A 16 4B 3D
Octal 346 206 120 0 52 101 12 26 113 75
Binary 11100110 10000110 1010000 0 101010 1000001 1010 10110 1001011 111101

Color Harmonies of #E68650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68650

Black with #E68650

Text Example


Text Example

White with #E68650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68650; }

 p { color: rgb(230,134,80); }

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

background-color css

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

 a { background-color: rgb(230,134,80); }

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

border-color css

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

 span { border-color: rgb(230,134,80); }

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