Html Css Color HEX #E27342 Jaffa

📋 copy color: '#E27342'

red 226 ◦ green 115 ◦ blue 66

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

Shades of Jaffa #E27342

Tints of Jaffa #E27342

RGB

 RED value IS 226 (88.67% from 255) = 55.53%

 GREEN value IS 115 (45.31% from 255) = 28.26%

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

R = 55.53%
G = 28.26%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E27342 (or 0xE27342) is known color: Jaffa. HEX triplet: E2, 73 and 42. RGB value is (226,115,66). Sum of RGB (Red+Green+Blue) = 226+115+66=407 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.53% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 66 (26.17% from 255 or 16.22% from 407); Max value from RGB is 226 - color contains mainly: red. Hex color #E27342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E27342 is #1D8CBD. Grayscale: #8E8E8E. Windows color (decimal): -1936574 or 4355042. OLE color: 4355042.

HSL color Cylindrical-coordinate representation of color #E27342: hue angle of 18.38º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E27342 is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 115 66 -
CMYK 0 0.49 0.71 0.11
HSL 18.38º 0.73% 0.57% -
HSV(B) 18.38º 0.71% 0.89% -
XYZ 38.48 28.82 8.69 -
YUV 142.6 84.77 187.48 -
System Red Green Blue C M Y K H S L
Decimal 226 115 66 0 0.49 0.71 0.11 18.38 0.73 0.57
Hex E2 73 42 0 31 47 B 12 49 39
Octal 342 163 102 0 61 107 13 22 111 71
Binary 11100010 1110011 1000010 0 110001 1000111 1011 10010 1001001 111001

Color Harmonies of #E27342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27342

Black with #E27342

Text Example


Text Example

White with #E27342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27342; }

 p { color: rgb(226,115,66); }

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

background-color css

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

 a { background-color: rgb(226,115,66); }

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

border-color css

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

 span { border-color: rgb(226,115,66); }

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