Html Css Color HEX #E08650 Flamenco

📋 copy color: '#E08650'

red 224 ◦ green 134 ◦ blue 80

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

Shades of Flamenco #E08650

Tints of Flamenco #E08650

RGB

 RED value IS 224 (87.89% from 255) = 51.14%

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

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

R = 51.14%
G = 30.59%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E08650 (or 0xE08650) is known color: Flamenco. HEX triplet: E0, 86 and 50. RGB value is (224,134,80). Sum of RGB (Red+Green+Blue) = 224+134+80=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 80 (31.64% from 255 or 18.26% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E08650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08650 is #1F79AF. Grayscale: #9B9B9B. Windows color (decimal): -2062768 or 5277408. OLE color: 5277408.

HSL color Cylindrical-coordinate representation of color #E08650: hue angle of 22.5º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E08650 is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 134 80 -
CMYK 0 0.40 0.64 0.12
HSL 22.5º 0.7% 0.6% -
HSV(B) 22.5º 0.64% 0.88% -
XYZ 40.71 33.48 11.91 -
YUV 154.75 85.82 177.39 -
System Red Green Blue C M Y K H S L
Decimal 224 134 80 0 0.40 0.64 0.12 22.5 0.7 0.6
Hex E0 86 50 0 28 40 C 16 46 3C
Octal 340 206 120 0 50 100 14 26 106 74
Binary 11100000 10000110 1010000 0 101000 1000000 1100 10110 1000110 111100

Color Harmonies of #E08650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08650

Black with #E08650

Text Example


Text Example

White with #E08650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08650; }

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

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

background-color css

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

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

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

border-color css

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

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

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