Html Css Color HEX #E68D4A Flamenco

📋 copy color: '#E68D4A'

red 230 ◦ green 141 ◦ blue 74

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

Shades of Flamenco #E68D4A

Tints of Flamenco #E68D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.63%

R = 51.69%
G = 31.69%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E68D4A (or 0xE68D4A) is known color: Flamenco. HEX triplet: E6, 8D and 4A. RGB value is (230,141,74). Sum of RGB (Red+Green+Blue) = 230+141+74=445 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.69% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 74 (29.30% from 255 or 16.63% from 445); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68D4A is #1972B5. Grayscale: #A0A0A0. Windows color (decimal): -1667766 or 4885990. OLE color: 4885990.

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

Color convert

RGB 230 141 74 -
CMYK 0 0.39 0.68 0.10
HSL 25.77º 0.76% 0.6% -
HSV(B) 25.77º 0.68% 0.9% -
XYZ 43.39 36.37 11.21 -
YUV 159.97 79.49 177.95 -
System Red Green Blue C M Y K H S L
Decimal 230 141 74 0 0.39 0.68 0.10 25.77 0.76 0.6
Hex E6 8D 4A 0 27 44 A 1A 4C 3C
Octal 346 215 112 0 47 104 12 32 114 74
Binary 11100110 10001101 1001010 0 100111 1000100 1010 11010 1001100 111100

Color Harmonies of #E68D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68D4A

Black with #E68D4A

Text Example


Text Example

White with #E68D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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