Html Css Color HEX #E08655 Flamenco

📋 copy color: '#E08655'

red 224 ◦ green 134 ◦ blue 85

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

Shades of Flamenco #E08655

Tints of Flamenco #E08655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.19%

R = 50.56%
G = 30.25%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E08655 (or 0xE08655) is known color: Flamenco. HEX triplet: E0, 86 and 55. RGB value is (224,134,85). Sum of RGB (Red+Green+Blue) = 224+134+85=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 85 (33.59% from 255 or 19.19% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E08655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08655 is #1F79AA. Grayscale: #9B9B9B. Windows color (decimal): -2062763 or 5605088. OLE color: 5605088.

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

Color convert

RGB 224 134 85 -
CMYK 0 0.40 0.62 0.12
HSL 21.15º 0.69% 0.61% -
HSV(B) 21.15º 0.62% 0.88% -
XYZ 40.91 33.55 12.91 -
YUV 155.32 88.32 176.98 -
System Red Green Blue C M Y K H S L
Decimal 224 134 85 0 0.40 0.62 0.12 21.15 0.69 0.61
Hex E0 86 55 0 28 3E C 15 45 3D
Octal 340 206 125 0 50 76 14 25 105 75
Binary 11100000 10000110 1010101 0 101000 111110 1100 10101 1000101 111101

Color Harmonies of #E08655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08655

Black with #E08655

Text Example


Text Example

White with #E08655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08655; }

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

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

background-color css

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

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

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

border-color css

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

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

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