Html Css Color HEX #E68950 Flamenco

📋 copy color: '#E68950'

red 230 ◦ green 137 ◦ blue 80

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

Shades of Flamenco #E68950

Tints of Flamenco #E68950

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.65%

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

R = 51.45%
G = 30.65%
B = 17.9%

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

#E68950 (or 0xE68950) is known color: Flamenco. HEX triplet: E6, 89 and 50. RGB value is (230,137,80). Sum of RGB (Red+Green+Blue) = 230+137+80=447 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.45% from 447); Green value is 137 (53.91% from 255 or 30.65% from 447); Blue value is 80 (31.64% from 255 or 17.90% from 447); Max value from RGB is 230 - color contains mainly: red. Hex color #E68950 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68950 is #1976AF. Grayscale: #9E9E9E. Windows color (decimal): -1668784 or 5278182. OLE color: 5278182.

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

Color convert

RGB 230 137 80 -
CMYK 0 0.40 0.65 0.10
HSL 22.8º 0.75% 0.61% -
HSV(B) 22.8º 0.65% 0.9% -
XYZ 43.03 35.29 12.13 -
YUV 158.31 83.81 179.13 -
System Red Green Blue C M Y K H S L
Decimal 230 137 80 0 0.40 0.65 0.10 22.8 0.75 0.61
Hex E6 89 50 0 28 41 A 17 4B 3D
Octal 346 211 120 0 50 101 12 27 113 75
Binary 11100110 10001001 1010000 0 101000 1000001 1010 10111 1001011 111101

Color Harmonies of #E68950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68950

Black with #E68950

Text Example


Text Example

White with #E68950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68950; }

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

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

background-color css

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

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

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

border-color css

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

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

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