Html Css Color HEX #E68245 Flamenco

📋 copy color: '#E68245'

red 230 ◦ green 130 ◦ blue 69

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

Shades of Flamenco #E68245

Tints of Flamenco #E68245

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.3%

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

R = 53.61%
G = 30.3%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.7

 K value IS 0.10

RGB Variations

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

Color information

#E68245 (or 0xE68245) is known color: Flamenco. HEX triplet: E6, 82 and 45. RGB value is (230,130,69). Sum of RGB (Red+Green+Blue) = 230+130+69=429 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.61% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 69 (27.34% from 255 or 16.08% from 429); Max value from RGB is 230 - color contains mainly: red. Hex color #E68245 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68245 is #197DBA. Grayscale: #999999. Windows color (decimal): -1670587 or 4555494. OLE color: 4555494.

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

Color convert

RGB 230 130 69 -
CMYK 0 0.43 0.7 0.10
HSL 22.73º 0.76% 0.59% -
HSV(B) 22.73º 0.7% 0.9% -
XYZ 41.69 33.22 9.84 -
YUV 152.95 80.63 182.96 -
System Red Green Blue C M Y K H S L
Decimal 230 130 69 0 0.43 0.7 0.10 22.73 0.76 0.59
Hex E6 82 45 0 2B 46 A 17 4C 3B
Octal 346 202 105 0 53 106 12 27 114 73
Binary 11100110 10000010 1000101 0 101011 1000110 1010 10111 1001100 111011

Color Harmonies of #E68245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68245

Black with #E68245

Text Example


Text Example

White with #E68245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68245; }

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

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

background-color css

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

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

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

border-color css

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

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

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