Html Css Color HEX #E68850 Flamenco

📋 copy color: '#E68850'

red 230 ◦ green 136 ◦ blue 80

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

Shades of Flamenco #E68850

Tints of Flamenco #E68850

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.49%

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

R = 51.57%
G = 30.49%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E68850 (or 0xE68850) is known color: Flamenco. HEX triplet: E6, 88 and 50. RGB value is (230,136,80). Sum of RGB (Red+Green+Blue) = 230+136+80=446 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.57% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 80 (31.64% from 255 or 17.94% from 446); Max value from RGB is 230 - color contains mainly: red. Hex color #E68850 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68850 is #1977AF. Grayscale: #9E9E9E. Windows color (decimal): -1669040 or 5277926. OLE color: 5277926.

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

Color convert

RGB 230 136 80 -
CMYK 0 0.41 0.65 0.10
HSL 22.4º 0.75% 0.61% -
HSV(B) 22.4º 0.65% 0.9% -
XYZ 42.89 35.01 12.09 -
YUV 157.72 84.14 179.55 -
System Red Green Blue C M Y K H S L
Decimal 230 136 80 0 0.41 0.65 0.10 22.4 0.75 0.61
Hex E6 88 50 0 29 41 A 16 4B 3D
Octal 346 210 120 0 51 101 12 26 113 75
Binary 11100110 10001000 1010000 0 101001 1000001 1010 10110 1001011 111101

Color Harmonies of #E68850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68850

Black with #E68850

Text Example


Text Example

White with #E68850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68850; }

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

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

background-color css

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

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

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

border-color css

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

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

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