Html Css Color HEX #E67042 Jaffa

📋 copy color: '#E67042'

red 230 ◦ green 112 ◦ blue 66

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

Shades of Jaffa #E67042

Tints of Jaffa #E67042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.18%

R = 56.37%
G = 27.45%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#E67042 (or 0xE67042) is known color: Jaffa. HEX triplet: E6, 70 and 42. RGB value is (230,112,66). Sum of RGB (Red+Green+Blue) = 230+112+66=408 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.37% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 66 (26.17% from 255 or 16.18% from 408); Max value from RGB is 230 - color contains mainly: red. Hex color #E67042 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67042 is #198FBD. Grayscale: #8E8E8E. Windows color (decimal): -1675198 or 4354278. OLE color: 4354278.

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

Color convert

RGB 230 112 66 -
CMYK 0 0.51 0.71 0.10
HSL 16.83º 0.77% 0.58% -
HSV(B) 16.83º 0.71% 0.9% -
XYZ 39.41 28.8 8.64 -
YUV 142.04 85.09 190.74 -
System Red Green Blue C M Y K H S L
Decimal 230 112 66 0 0.51 0.71 0.10 16.83 0.77 0.58
Hex E6 70 42 0 33 47 A 11 4D 3A
Octal 346 160 102 0 63 107 12 21 115 72
Binary 11100110 1110000 1000010 0 110011 1000111 1010 10001 1001101 111010

Color Harmonies of #E67042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67042

Black with #E67042

Text Example


Text Example

White with #E67042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67042; }

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

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

background-color css

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

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

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

border-color css

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

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

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