Html Css Color HEX #E27240 Jaffa

📋 copy color: '#E27240'

red 226 ◦ green 114 ◦ blue 64

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

Shades of Jaffa #E27240

Tints of Jaffa #E27240

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.22%

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

R = 55.94%
G = 28.22%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E27240 (or 0xE27240) is known color: Jaffa. HEX triplet: E2, 72 and 40. RGB value is (226,114,64). Sum of RGB (Red+Green+Blue) = 226+114+64=404 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.94% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 64 (25.39% from 255 or 15.84% from 404); Max value from RGB is 226 - color contains mainly: red. Hex color #E27240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E27240 is #1D8DBF. Grayscale: #8E8E8E. Windows color (decimal): -1936832 or 4223714. OLE color: 4223714.

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

Color convert

RGB 226 114 64 -
CMYK 0 0.50 0.72 0.11
HSL 18.52º 0.74% 0.57% -
HSV(B) 18.52º 0.72% 0.89% -
XYZ 38.31 28.57 8.35 -
YUV 141.79 84.11 188.07 -
System Red Green Blue C M Y K H S L
Decimal 226 114 64 0 0.50 0.72 0.11 18.52 0.74 0.57
Hex E2 72 40 0 32 48 B 13 4A 39
Octal 342 162 100 0 62 110 13 23 112 71
Binary 11100010 1110010 1000000 0 110010 1001000 1011 10011 1001010 111001

Color Harmonies of #E27240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27240

Black with #E27240

Text Example


Text Example

White with #E27240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27240; }

 p { color: rgb(226,114,64); }

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

background-color css

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

 a { background-color: rgb(226,114,64); }

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

border-color css

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

 span { border-color: rgb(226,114,64); }

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