Html Css Color HEX #E27F46 Jaffa

📋 copy color: '#E27F46'

red 226 ◦ green 127 ◦ blue 70

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

Shades of Jaffa #E27F46

Tints of Jaffa #E27F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.55%

R = 53.43%
G = 30.02%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E27F46 (or 0xE27F46) is known color: Jaffa. HEX triplet: E2, 7F and 46. RGB value is (226,127,70). Sum of RGB (Red+Green+Blue) = 226+127+70=423 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.43% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 70 (27.73% from 255 or 16.55% from 423); Max value from RGB is 226 - color contains mainly: red. Hex color #E27F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E27F46 is #1D80B9. Grayscale: #969696. Windows color (decimal): -1933498 or 4620258. OLE color: 4620258.

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

Color convert

RGB 226 127 70 -
CMYK 0 0.44 0.69 0.11
HSL 21.92º 0.73% 0.58% -
HSV(B) 21.92º 0.69% 0.89% -
XYZ 40.06 31.79 9.82 -
YUV 150.1 82.8 182.13 -
System Red Green Blue C M Y K H S L
Decimal 226 127 70 0 0.44 0.69 0.11 21.92 0.73 0.58
Hex E2 7F 46 0 2C 45 B 16 49 3A
Octal 342 177 106 0 54 105 13 26 111 72
Binary 11100010 1111111 1000110 0 101100 1000101 1011 10110 1001001 111010

Color Harmonies of #E27F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27F46

Black with #E27F46

Text Example


Text Example

White with #E27F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27F46; }

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

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

background-color css

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

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

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

border-color css

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

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

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