Html Css Color HEX #E68D45 Flamenco

📋 copy color: '#E68D45'

red 230 ◦ green 141 ◦ blue 69

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

Shades of Flamenco #E68D45

Tints of Flamenco #E68D45

RGB

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

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

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

R = 52.27%
G = 32.05%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.7

 K value IS 0.10

RGB Variations

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

Color information

#E68D45 (or 0xE68D45) is known color: Flamenco. HEX triplet: E6, 8D and 45. RGB value is (230,141,69). Sum of RGB (Red+Green+Blue) = 230+141+69=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 69 (27.34% from 255 or 15.68% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68D45 is #1972BA. Grayscale: #9F9F9F. Windows color (decimal): -1667771 or 4558310. OLE color: 4558310.

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

Color convert

RGB 230 141 69 -
CMYK 0 0.39 0.7 0.10
HSL 26.83º 0.76% 0.59% -
HSV(B) 26.83º 0.7% 0.9% -
XYZ 43.23 36.3 10.36 -
YUV 159.4 76.99 178.35 -
System Red Green Blue C M Y K H S L
Decimal 230 141 69 0 0.39 0.7 0.10 26.83 0.76 0.59
Hex E6 8D 45 0 27 46 A 1B 4C 3B
Octal 346 215 105 0 47 106 12 33 114 73
Binary 11100110 10001101 1000101 0 100111 1000110 1010 11011 1001100 111011

Color Harmonies of #E68D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68D45

Black with #E68D45

Text Example


Text Example

White with #E68D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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