Html Css Color HEX #E27A4E Jaffa

📋 copy color: '#E27A4E'

red 226 ◦ green 122 ◦ blue 78

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

Shades of Jaffa #E27A4E

Tints of Jaffa #E27A4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.31%

R = 53.05%
G = 28.64%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E27A4E (or 0xE27A4E) is known color: Jaffa. HEX triplet: E2, 7A and 4E. RGB value is (226,122,78). Sum of RGB (Red+Green+Blue) = 226+122+78=426 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.05% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 78 (30.86% from 255 or 18.31% from 426); Max value from RGB is 226 - color contains mainly: red. Hex color #E27A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27A4E is #1D85B1. Grayscale: #949494. Windows color (decimal): -1934770 or 5143266. OLE color: 5143266.

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

Color convert

RGB 226 122 78 -
CMYK 0 0.46 0.65 0.11
HSL 17.84º 0.72% 0.6% -
HSV(B) 17.84º 0.65% 0.89% -
XYZ 39.7 30.64 11.03 -
YUV 148.08 88.46 183.58 -
System Red Green Blue C M Y K H S L
Decimal 226 122 78 0 0.46 0.65 0.11 17.84 0.72 0.6
Hex E2 7A 4E 0 2E 41 B 12 48 3C
Octal 342 172 116 0 56 101 13 22 110 74
Binary 11100010 1111010 1001110 0 101110 1000001 1011 10010 1001000 111100

Color Harmonies of #E27A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27A4E

Black with #E27A4E

Text Example


Text Example

White with #E27A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27A4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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