Html Css Color HEX #E68E45 Flamenco

📋 copy color: '#E68E45'

red 230 ◦ green 142 ◦ blue 69

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

Shades of Flamenco #E68E45

Tints of Flamenco #E68E45

RGB

 RED value IS 230 (90.23% from 255) = 52.15%

 GREEN value IS 142 (55.86% from 255) = 32.2%

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

R = 52.15%
G = 32.2%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.7

 K value IS 0.10

RGB Variations

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

Color information

#E68E45 (or 0xE68E45) is known color: Flamenco. HEX triplet: E6, 8E and 45. RGB value is (230,142,69). Sum of RGB (Red+Green+Blue) = 230+142+69=441 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.15% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 69 (27.34% from 255 or 15.65% from 441); Max value from RGB is 230 - color contains mainly: red. Hex color #E68E45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68E45 is #1971BA. Grayscale: #A0A0A0. Windows color (decimal): -1667515 or 4558566. OLE color: 4558566.

HSL color Cylindrical-coordinate representation of color #E68E45: hue angle of 27.2º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E68E45 is Cyan = 0, Magento = 0.38, Yellow = 0.7 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 142 69 -
CMYK 0 0.38 0.7 0.10
HSL 27.2º 0.76% 0.59% -
HSV(B) 27.2º 0.7% 0.9% -
XYZ 43.38 36.6 10.41 -
YUV 159.99 76.65 177.94 -
System Red Green Blue C M Y K H S L
Decimal 230 142 69 0 0.38 0.7 0.10 27.2 0.76 0.59
Hex E6 8E 45 0 26 46 A 1B 4C 3B
Octal 346 216 105 0 46 106 12 33 114 73
Binary 11100110 10001110 1000101 0 100110 1000110 1010 11011 1001100 111011

Color Harmonies of #E68E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68E45

Black with #E68E45

Text Example


Text Example

White with #E68E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68E45; }

 p { color: rgb(230,142,69); }

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

background-color css

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

 a { background-color: rgb(230,142,69); }

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

border-color css

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

 span { border-color: rgb(230,142,69); }

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