Html Css Color HEX #E68648 Flamenco

📋 copy color: '#E68648'

red 230 ◦ green 134 ◦ blue 72

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

Shades of Flamenco #E68648

Tints of Flamenco #E68648

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.73%

 BLUE value IS 72 (28.52% from 255) = 16.51%

R = 52.75%
G = 30.73%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E68648 (or 0xE68648) is known color: Flamenco. HEX triplet: E6, 86 and 48. RGB value is (230,134,72). Sum of RGB (Red+Green+Blue) = 230+134+72=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 72 (28.52% from 255 or 16.51% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E68648 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68648 is #1979B7. Grayscale: #9B9B9B. Windows color (decimal): -1669560 or 4753126. OLE color: 4753126.

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

Color convert

RGB 230 134 72 -
CMYK 0 0.42 0.69 0.10
HSL 23.54º 0.76% 0.59% -
HSV(B) 23.54º 0.69% 0.9% -
XYZ 42.33 34.34 10.53 -
YUV 155.64 80.8 181.04 -
System Red Green Blue C M Y K H S L
Decimal 230 134 72 0 0.42 0.69 0.10 23.54 0.76 0.59
Hex E6 86 48 0 2A 45 A 18 4C 3B
Octal 346 206 110 0 52 105 12 30 114 73
Binary 11100110 10000110 1001000 0 101010 1000101 1010 11000 1001100 111011

Color Harmonies of #E68648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68648

Black with #E68648

Text Example


Text Example

White with #E68648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68648; }

 p { color: rgb(230,134,72); }

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

background-color css

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

 a { background-color: rgb(230,134,72); }

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

border-color css

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

 span { border-color: rgb(230,134,72); }

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