Html Css Color HEX #E26F42 Jaffa

📋 copy color: '#E26F42'

red 226 ◦ green 111 ◦ blue 66

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

Shades of Jaffa #E26F42

Tints of Jaffa #E26F42

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.54%

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

R = 56.08%
G = 27.54%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E26F42 (or 0xE26F42) is known color: Jaffa. HEX triplet: E2, 6F and 42. RGB value is (226,111,66). Sum of RGB (Red+Green+Blue) = 226+111+66=403 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.08% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 66 (26.17% from 255 or 16.38% from 403); Max value from RGB is 226 - color contains mainly: red. Hex color #E26F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26F42 is #1D90BD. Grayscale: #8C8C8C. Windows color (decimal): -1937598 or 4354018. OLE color: 4354018.

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

Color convert

RGB 226 111 66 -
CMYK 0 0.51 0.71 0.11
HSL 16.88º 0.73% 0.57% -
HSV(B) 16.88º 0.71% 0.89% -
XYZ 38.03 27.93 8.54 -
YUV 140.26 86.1 189.16 -
System Red Green Blue C M Y K H S L
Decimal 226 111 66 0 0.51 0.71 0.11 16.88 0.73 0.57
Hex E2 6F 42 0 33 47 B 11 49 39
Octal 342 157 102 0 63 107 13 21 111 71
Binary 11100010 1101111 1000010 0 110011 1000111 1011 10001 1001001 111001

Color Harmonies of #E26F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26F42

Black with #E26F42

Text Example


Text Example

White with #E26F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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