Html Css Color HEX #E67040 Jaffa

📋 copy color: '#E67040'

red 230 ◦ green 112 ◦ blue 64

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

Shades of Jaffa #E67040

Tints of Jaffa #E67040

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.59%

 BLUE value IS 64 (25.39% from 255) = 15.76%

R = 56.65%
G = 27.59%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E67040 (or 0xE67040) is known color: Jaffa. HEX triplet: E6, 70 and 40. RGB value is (230,112,64). Sum of RGB (Red+Green+Blue) = 230+112+64=406 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.65% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 64 (25.39% from 255 or 15.76% from 406); Max value from RGB is 230 - color contains mainly: red. Hex color #E67040 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67040 is #198FBF. Grayscale: #8E8E8E. Windows color (decimal): -1675200 or 4223206. OLE color: 4223206.

HSL color Cylindrical-coordinate representation of color #E67040: hue angle of 17.35º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E67040 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 112 64 -
CMYK 0 0.51 0.72 0.10
HSL 17.35º 0.77% 0.58% -
HSV(B) 17.35º 0.72% 0.9% -
XYZ 39.35 28.78 8.33 -
YUV 141.81 84.09 190.9 -
System Red Green Blue C M Y K H S L
Decimal 230 112 64 0 0.51 0.72 0.10 17.35 0.77 0.58
Hex E6 70 40 0 33 48 A 11 4D 3A
Octal 346 160 100 0 63 110 12 21 115 72
Binary 11100110 1110000 1000000 0 110011 1001000 1010 10001 1001101 111010

Color Harmonies of #E67040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67040

Black with #E67040

Text Example


Text Example

White with #E67040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67040; }

 p { color: rgb(230,112,64); }

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

background-color css

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

 a { background-color: rgb(230,112,64); }

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

border-color css

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

 span { border-color: rgb(230,112,64); }

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