Html Css Color HEX #E88D45 Flamenco

📋 copy color: '#E88D45'

red 232 ◦ green 141 ◦ blue 69

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

Shades of Flamenco #E88D45

Tints of Flamenco #E88D45

RGB

 RED value IS 232 (91.02% from 255) = 52.49%

 GREEN value IS 141 (55.47% from 255) = 31.9%

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

R = 52.49%
G = 31.9%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E88D45 (or 0xE88D45) is known color: Flamenco. HEX triplet: E8, 8D and 45. RGB value is (232,141,69). Sum of RGB (Red+Green+Blue) = 232+141+69=442 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.49% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 69 (27.34% from 255 or 15.61% from 442); Max value from RGB is 232 - color contains mainly: red. Hex color #E88D45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E88D45 is #1772BA. Grayscale: #A0A0A0. Windows color (decimal): -1536699 or 4558312. OLE color: 4558312.

HSL color Cylindrical-coordinate representation of color #E88D45: hue angle of 26.5º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E88D45 is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 141 69 -
CMYK 0 0.39 0.70 0.09
HSL 26.5º 0.78% 0.59% -
HSV(B) 26.5º 0.7% 0.91% -
XYZ 43.88 36.64 10.39 -
YUV 160 76.65 179.35 -
System Red Green Blue C M Y K H S L
Decimal 232 141 69 0 0.39 0.70 0.09 26.5 0.78 0.59
Hex E8 8D 45 0 27 46 9 1B 4E 3B
Octal 350 215 105 0 47 106 11 33 116 73
Binary 11101000 10001101 1000101 0 100111 1000110 1001 11011 1001110 111011

Color Harmonies of #E88D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E88D45

Black with #E88D45

Text Example


Text Example

White with #E88D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E88D45; }

 p { color: rgb(232,141,69); }

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

background-color css

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

 a { background-color: rgb(232,141,69); }

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

border-color css

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

 span { border-color: rgb(232,141,69); }

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