Html Css Color HEX #E27F4E Jaffa

📋 copy color: '#E27F4E'

red 226 ◦ green 127 ◦ blue 78

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

Shades of Jaffa #E27F4E

Tints of Jaffa #E27F4E

RGB

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

 GREEN value IS 127 (50% from 255) = 29.47%

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

R = 52.44%
G = 29.47%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E27F4E (or 0xE27F4E) is known color: Jaffa. HEX triplet: E2, 7F and 4E. RGB value is (226,127,78). Sum of RGB (Red+Green+Blue) = 226+127+78=431 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.44% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 78 (30.86% from 255 or 18.10% from 431); Max value from RGB is 226 - color contains mainly: red. Hex color #E27F4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27F4E is #1D80B1. Grayscale: #979797. Windows color (decimal): -1933490 or 5144546. OLE color: 5144546.

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

Color convert

RGB 226 127 78 -
CMYK 0 0.44 0.65 0.11
HSL 19.86º 0.72% 0.6% -
HSV(B) 19.86º 0.65% 0.89% -
XYZ 40.33 31.9 11.24 -
YUV 151.02 86.8 181.48 -
System Red Green Blue C M Y K H S L
Decimal 226 127 78 0 0.44 0.65 0.11 19.86 0.72 0.6
Hex E2 7F 4E 0 2C 41 B 14 48 3C
Octal 342 177 116 0 54 101 13 24 110 74
Binary 11100010 1111111 1001110 0 101100 1000001 1011 10100 1001000 111100

Color Harmonies of #E27F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27F4E

Black with #E27F4E

Text Example


Text Example

White with #E27F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27F4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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