Html Css Color HEX #E17E4D Jaffa

📋 copy color: '#E17E4D'

red 225 ◦ green 126 ◦ blue 77

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

Shades of Jaffa #E17E4D

Tints of Jaffa #E17E4D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.44%

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

R = 52.57%
G = 29.44%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E17E4D (or 0xE17E4D) is known color: Jaffa. HEX triplet: E1, 7E and 4D. RGB value is (225,126,77). Sum of RGB (Red+Green+Blue) = 225+126+77=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 77 (30.47% from 255 or 17.99% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E17E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17E4D is #1E81B2. Grayscale: #969696. Windows color (decimal): -1999283 or 5078753. OLE color: 5078753.

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

Color convert

RGB 225 126 77 -
CMYK 0 0.44 0.66 0.12
HSL 19.86º 0.71% 0.59% -
HSV(B) 19.86º 0.66% 0.88% -
XYZ 39.85 31.47 10.99 -
YUV 150.02 86.8 181.48 -
System Red Green Blue C M Y K H S L
Decimal 225 126 77 0 0.44 0.66 0.12 19.86 0.71 0.59
Hex E1 7E 4D 0 2C 42 C 14 47 3B
Octal 341 176 115 0 54 102 14 24 107 73
Binary 11100001 1111110 1001101 0 101100 1000010 1100 10100 1000111 111011

Color Harmonies of #E17E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17E4D

Black with #E17E4D

Text Example


Text Example

White with #E17E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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