Html Css Color HEX #E6894A Flamenco

📋 copy color: '#E6894A'

red 230 ◦ green 137 ◦ blue 74

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

Shades of Flamenco #E6894A

Tints of Flamenco #E6894A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.07%

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

R = 52.15%
G = 31.07%
B = 16.78%

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

#E6894A (or 0xE6894A) is known color: Flamenco. HEX triplet: E6, 89 and 4A. RGB value is (230,137,74). Sum of RGB (Red+Green+Blue) = 230+137+74=441 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.15% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 74 (29.30% from 255 or 16.78% from 441); Max value from RGB is 230 - color contains mainly: red. Hex color #E6894A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6894A is #1976B5. Grayscale: #9D9D9D. Windows color (decimal): -1668790 or 4884966. OLE color: 4884966.

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

Color convert

RGB 230 137 74 -
CMYK 0 0.40 0.68 0.10
HSL 24.23º 0.76% 0.6% -
HSV(B) 24.23º 0.68% 0.9% -
XYZ 42.81 35.21 11.02 -
YUV 157.63 80.81 179.62 -
System Red Green Blue C M Y K H S L
Decimal 230 137 74 0 0.40 0.68 0.10 24.23 0.76 0.6
Hex E6 89 4A 0 28 44 A 18 4C 3C
Octal 346 211 112 0 50 104 12 30 114 74
Binary 11100110 10001001 1001010 0 101000 1000100 1010 11000 1001100 111100

Color Harmonies of #E6894A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6894A

Black with #E6894A

Text Example


Text Example

White with #E6894A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6894A; }

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

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

background-color css

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

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

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

border-color css

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

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

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