Html Css Color HEX #E17D50 Jaffa

📋 copy color: '#E17D50'

red 225 ◦ green 125 ◦ blue 80

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

Shades of Jaffa #E17D50

Tints of Jaffa #E17D50

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.07%

 BLUE value IS 80 (31.64% from 255) = 18.6%

R = 52.33%
G = 29.07%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E17D50 (or 0xE17D50) is known color: Jaffa. HEX triplet: E1, 7D and 50. RGB value is (225,125,80). Sum of RGB (Red+Green+Blue) = 225+125+80=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E17D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17D50 is #1E82AF. Grayscale: #969696. Windows color (decimal): -1999536 or 5275105. OLE color: 5275105.

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

Color convert

RGB 225 125 80 -
CMYK 0 0.44 0.64 0.12
HSL 18.62º 0.71% 0.6% -
HSV(B) 18.62º 0.64% 0.88% -
XYZ 39.83 31.25 11.52 -
YUV 149.77 88.63 181.66 -
System Red Green Blue C M Y K H S L
Decimal 225 125 80 0 0.44 0.64 0.12 18.62 0.71 0.6
Hex E1 7D 50 0 2C 40 C 13 47 3C
Octal 341 175 120 0 54 100 14 23 107 74
Binary 11100001 1111101 1010000 0 101100 1000000 1100 10011 1000111 111100

Color Harmonies of #E17D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17D50

Black with #E17D50

Text Example


Text Example

White with #E17D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17D50; }

 p { color: rgb(225,125,80); }

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

background-color css

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

 a { background-color: rgb(225,125,80); }

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

border-color css

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

 span { border-color: rgb(225,125,80); }

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