Html Css Color HEX #E17742 Jaffa

📋 copy color: '#E17742'

red 225 ◦ green 119 ◦ blue 66

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

Shades of Jaffa #E17742

Tints of Jaffa #E17742

RGB

 RED value IS 225 (88.28% from 255) = 54.88%

 GREEN value IS 119 (46.88% from 255) = 29.02%

 BLUE value IS 66 (26.17% from 255) = 16.1%

R = 54.88%
G = 29.02%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E17742 (or 0xE17742) is known color: Jaffa. HEX triplet: E1, 77 and 42. RGB value is (225,119,66). Sum of RGB (Red+Green+Blue) = 225+119+66=410 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.88% from 410); Green value is 119 (46.88% from 255 or 29.02% from 410); Blue value is 66 (26.17% from 255 or 16.10% from 410); Max value from RGB is 225 - color contains mainly: red. Hex color #E17742 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17742 is #1E88BD. Grayscale: #909090. Windows color (decimal): -2001086 or 4356065. OLE color: 4356065.

HSL color Cylindrical-coordinate representation of color #E17742: hue angle of 20º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E17742 is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 119 66 -
CMYK 0 0.47 0.71 0.12
HSL 20º 0.73% 0.57% -
HSV(B) 20º 0.71% 0.88% -
XYZ 38.63 29.59 8.83 -
YUV 144.65 83.62 185.31 -
System Red Green Blue C M Y K H S L
Decimal 225 119 66 0 0.47 0.71 0.12 20 0.73 0.57
Hex E1 77 42 0 2F 47 C 14 49 39
Octal 341 167 102 0 57 107 14 24 111 71
Binary 11100001 1110111 1000010 0 101111 1000111 1100 10100 1001001 111001

Color Harmonies of #E17742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17742

Black with #E17742

Text Example


Text Example

White with #E17742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17742; }

 p { color: rgb(225,119,66); }

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

background-color css

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

 a { background-color: rgb(225,119,66); }

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

border-color css

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

 span { border-color: rgb(225,119,66); }

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