Html Css Color HEX #E68B4A Flamenco

📋 copy color: '#E68B4A'

red 230 ◦ green 139 ◦ blue 74

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

Shades of Flamenco #E68B4A

Tints of Flamenco #E68B4A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.38%

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

R = 51.92%
G = 31.38%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E68B4A (or 0xE68B4A) is known color: Flamenco. HEX triplet: E6, 8B and 4A. RGB value is (230,139,74). Sum of RGB (Red+Green+Blue) = 230+139+74=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 74 (29.30% from 255 or 16.70% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E68B4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68B4A is #1974B5. Grayscale: #9F9F9F. Windows color (decimal): -1668278 or 4885478. OLE color: 4885478.

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

Color convert

RGB 230 139 74 -
CMYK 0 0.40 0.68 0.10
HSL 25º 0.76% 0.6% -
HSV(B) 25º 0.68% 0.9% -
XYZ 43.1 35.78 11.11 -
YUV 158.8 80.15 178.79 -
System Red Green Blue C M Y K H S L
Decimal 230 139 74 0 0.40 0.68 0.10 25 0.76 0.6
Hex E6 8B 4A 0 28 44 A 19 4C 3C
Octal 346 213 112 0 50 104 12 31 114 74
Binary 11100110 10001011 1001010 0 101000 1000100 1010 11001 1001100 111100

Color Harmonies of #E68B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68B4A

Black with #E68B4A

Text Example


Text Example

White with #E68B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68B4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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