Html Css Color HEX #E08645 Flamenco

📋 copy color: '#E08645'

red 224 ◦ green 134 ◦ blue 69

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

Shades of Flamenco #E08645

Tints of Flamenco #E08645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.16%

R = 52.46%
G = 31.38%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E08645 (or 0xE08645) is known color: Flamenco. HEX triplet: E0, 86 and 45. RGB value is (224,134,69). Sum of RGB (Red+Green+Blue) = 224+134+69=427 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.46% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 69 (27.34% from 255 or 16.16% from 427); Max value from RGB is 224 - color contains mainly: red. Hex color #E08645 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08645 is #1F79BA. Grayscale: #999999. Windows color (decimal): -2062779 or 4556512. OLE color: 4556512.

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

Color convert

RGB 224 134 69 -
CMYK 0 0.40 0.69 0.12
HSL 25.16º 0.71% 0.57% -
HSV(B) 25.16º 0.69% 0.88% -
XYZ 40.34 33.33 9.94 -
YUV 153.5 80.32 178.29 -
System Red Green Blue C M Y K H S L
Decimal 224 134 69 0 0.40 0.69 0.12 25.16 0.71 0.57
Hex E0 86 45 0 28 45 C 19 47 39
Octal 340 206 105 0 50 105 14 31 107 71
Binary 11100000 10000110 1000101 0 101000 1000101 1100 11001 1000111 111001

Color Harmonies of #E08645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08645

Black with #E08645

Text Example


Text Example

White with #E08645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08645; }

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

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

background-color css

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

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

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

border-color css

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

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

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