Html Css Color HEX #E27A44 Jaffa

📋 copy color: '#E27A44'

red 226 ◦ green 122 ◦ blue 68

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

Shades of Jaffa #E27A44

Tints of Jaffa #E27A44

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.33%

 BLUE value IS 68 (26.95% from 255) = 16.35%

R = 54.33%
G = 29.33%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#E27A44 (or 0xE27A44) is known color: Jaffa. HEX triplet: E2, 7A and 44. RGB value is (226,122,68). Sum of RGB (Red+Green+Blue) = 226+122+68=416 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.33% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 68 (26.95% from 255 or 16.35% from 416); Max value from RGB is 226 - color contains mainly: red. Hex color #E27A44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E27A44 is #1D85BB. Grayscale: #939393. Windows color (decimal): -1934780 or 4487906. OLE color: 4487906.

HSL color Cylindrical-coordinate representation of color #E27A44: hue angle of 20.51º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E27A44 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 122 68 -
CMYK 0 0.46 0.70 0.11
HSL 20.51º 0.73% 0.58% -
HSV(B) 20.51º 0.7% 0.89% -
XYZ 39.37 30.51 9.28 -
YUV 146.94 83.46 184.39 -
System Red Green Blue C M Y K H S L
Decimal 226 122 68 0 0.46 0.70 0.11 20.51 0.73 0.58
Hex E2 7A 44 0 2E 46 B 15 49 3A
Octal 342 172 104 0 56 106 13 25 111 72
Binary 11100010 1111010 1000100 0 101110 1000110 1011 10101 1001001 111010

Color Harmonies of #E27A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27A44

Black with #E27A44

Text Example


Text Example

White with #E27A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27A44; }

 p { color: rgb(226,122,68); }

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

background-color css

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

 a { background-color: rgb(226,122,68); }

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

border-color css

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

 span { border-color: rgb(226,122,68); }

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