Html Css Color HEX #E67142 Jaffa

📋 copy color: '#E67142'

red 230 ◦ green 113 ◦ blue 66

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

Shades of Jaffa #E67142

Tints of Jaffa #E67142

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.63%

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

R = 56.23%
G = 27.63%
B = 16.14%

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

#E67142 (or 0xE67142) is known color: Jaffa. HEX triplet: E6, 71 and 42. RGB value is (230,113,66). Sum of RGB (Red+Green+Blue) = 230+113+66=409 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.23% from 409); Green value is 113 (44.53% from 255 or 27.63% from 409); Blue value is 66 (26.17% from 255 or 16.14% from 409); Max value from RGB is 230 - color contains mainly: red. Hex color #E67142 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67142 is #198EBD. Grayscale: #8E8E8E. Windows color (decimal): -1674942 or 4354534. OLE color: 4354534.

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

Color convert

RGB 230 113 66 -
CMYK 0 0.51 0.71 0.10
HSL 17.2º 0.77% 0.58% -
HSV(B) 17.2º 0.71% 0.9% -
XYZ 39.52 29.03 8.67 -
YUV 142.63 84.76 190.32 -
System Red Green Blue C M Y K H S L
Decimal 230 113 66 0 0.51 0.71 0.10 17.2 0.77 0.58
Hex E6 71 42 0 33 47 A 11 4D 3A
Octal 346 161 102 0 63 107 12 21 115 72
Binary 11100110 1110001 1000010 0 110011 1000111 1010 10001 1001101 111010

Color Harmonies of #E67142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67142

Black with #E67142

Text Example


Text Example

White with #E67142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67142; }

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

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

background-color css

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

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

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

border-color css

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

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

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