Html Css Color HEX #E68B50 Flamenco

📋 copy color: '#E68B50'

red 230 ◦ green 139 ◦ blue 80

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

Shades of Flamenco #E68B50

Tints of Flamenco #E68B50

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.96%

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

R = 51.22%
G = 30.96%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E68B50 (or 0xE68B50) is known color: Flamenco. HEX triplet: E6, 8B and 50. RGB value is (230,139,80). Sum of RGB (Red+Green+Blue) = 230+139+80=449 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.22% from 449); Green value is 139 (54.69% from 255 or 30.96% from 449); Blue value is 80 (31.64% from 255 or 17.82% from 449); Max value from RGB is 230 - color contains mainly: red. Hex color #E68B50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68B50 is #1974AF. Grayscale: #9F9F9F. Windows color (decimal): -1668272 or 5278694. OLE color: 5278694.

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

Color convert

RGB 230 139 80 -
CMYK 0 0.40 0.65 0.10
HSL 23.6º 0.75% 0.61% -
HSV(B) 23.6º 0.65% 0.9% -
XYZ 43.31 35.87 12.23 -
YUV 159.48 83.15 178.3 -
System Red Green Blue C M Y K H S L
Decimal 230 139 80 0 0.40 0.65 0.10 23.6 0.75 0.61
Hex E6 8B 50 0 28 41 A 18 4B 3D
Octal 346 213 120 0 50 101 12 30 113 75
Binary 11100110 10001011 1010000 0 101000 1000001 1010 11000 1001011 111101

Color Harmonies of #E68B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68B50

Black with #E68B50

Text Example


Text Example

White with #E68B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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