Html Css Color HEX #E17A4D Jaffa

📋 copy color: '#E17A4D'

red 225 ◦ green 122 ◦ blue 77

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

Shades of Jaffa #E17A4D

Tints of Jaffa #E17A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.16%

R = 53.07%
G = 28.77%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E17A4D (or 0xE17A4D) is known color: Jaffa. HEX triplet: E1, 7A and 4D. RGB value is (225,122,77). Sum of RGB (Red+Green+Blue) = 225+122+77=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 77 (30.47% from 255 or 18.16% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E17A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17A4D is #1E85B2. Grayscale: #939393. Windows color (decimal): -2000307 or 5077729. OLE color: 5077729.

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

Color convert

RGB 225 122 77 -
CMYK 0 0.46 0.66 0.12
HSL 18.24º 0.71% 0.59% -
HSV(B) 18.24º 0.66% 0.88% -
XYZ 39.35 30.46 10.83 -
YUV 147.67 88.12 183.16 -
System Red Green Blue C M Y K H S L
Decimal 225 122 77 0 0.46 0.66 0.12 18.24 0.71 0.59
Hex E1 7A 4D 0 2E 42 C 12 47 3B
Octal 341 172 115 0 56 102 14 22 107 73
Binary 11100001 1111010 1001101 0 101110 1000010 1100 10010 1000111 111011

Color Harmonies of #E17A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17A4D

Black with #E17A4D

Text Example


Text Example

White with #E17A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17A4D; }

 p { color: rgb(225,122,77); }

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

background-color css

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

 a { background-color: rgb(225,122,77); }

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

border-color css

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

 span { border-color: rgb(225,122,77); }

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