Html Css Color HEX #E08945 Flamenco

📋 copy color: '#E08945'

red 224 ◦ green 137 ◦ blue 69

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

Shades of Flamenco #E08945

Tints of Flamenco #E08945

RGB

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

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

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

R = 52.09%
G = 31.86%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E08945 (or 0xE08945) is known color: Flamenco. HEX triplet: E0, 89 and 45. RGB value is (224,137,69). Sum of RGB (Red+Green+Blue) = 224+137+69=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 69 (27.34% from 255 or 16.05% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E08945 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08945 is #1F76BA. Grayscale: #9B9B9B. Windows color (decimal): -2062011 or 4557280. OLE color: 4557280.

HSL color Cylindrical-coordinate representation of color #E08945: hue angle of 26.32º 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 #E08945 is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 137 69 -
CMYK 0 0.39 0.69 0.12
HSL 26.32º 0.71% 0.57% -
HSV(B) 26.32º 0.69% 0.88% -
XYZ 40.76 34.17 10.08 -
YUV 155.26 79.32 177.03 -
System Red Green Blue C M Y K H S L
Decimal 224 137 69 0 0.39 0.69 0.12 26.32 0.71 0.57
Hex E0 89 45 0 27 45 C 1A 47 39
Octal 340 211 105 0 47 105 14 32 107 71
Binary 11100000 10001001 1000101 0 100111 1000101 1100 11010 1000111 111001

Color Harmonies of #E08945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08945

Black with #E08945

Text Example


Text Example

White with #E08945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08945; }

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

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

background-color css

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

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

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

border-color css

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

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

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