Html Css Color HEX #E1753C Jaffa

📋 copy color: '#E1753C'

red 225 ◦ green 117 ◦ blue 60

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

Shades of Jaffa #E1753C

Tints of Jaffa #E1753C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.1%

 BLUE value IS 60 (23.83% from 255) = 14.93%

R = 55.97%
G = 29.1%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E1753C (or 0xE1753C) is known color: Jaffa. HEX triplet: E1, 75 and 3C. RGB value is (225,117,60). Sum of RGB (Red+Green+Blue) = 225+117+60=402 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.97% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 60 (23.83% from 255 or 14.93% from 402); Max value from RGB is 225 - color contains mainly: red. Hex color #E1753C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1753C is #1E8AC3. Grayscale: #8F8F8F. Windows color (decimal): -2001604 or 3962337. OLE color: 3962337.

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

Color convert

RGB 225 117 60 -
CMYK 0 0.48 0.73 0.12
HSL 20.73º 0.73% 0.56% -
HSV(B) 20.73º 0.73% 0.88% -
XYZ 38.23 29.06 7.87 -
YUV 142.79 81.28 186.63 -
System Red Green Blue C M Y K H S L
Decimal 225 117 60 0 0.48 0.73 0.12 20.73 0.73 0.56
Hex E1 75 3C 0 30 49 C 15 49 38
Octal 341 165 74 0 60 111 14 25 111 70
Binary 11100001 1110101 111100 0 110000 1001001 1100 10101 1001001 111000

Color Harmonies of #E1753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1753C

Black with #E1753C

Text Example


Text Example

White with #E1753C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1753C; }

 p { color: rgb(225,117,60); }

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

background-color css

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

 a { background-color: rgb(225,117,60); }

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

border-color css

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

 span { border-color: rgb(225,117,60); }

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