Html Css Color HEX #E18053 Jaffa

📋 copy color: '#E18053'

red 225 ◦ green 128 ◦ blue 83

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

Shades of Jaffa #E18053

Tints of Jaffa #E18053

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.36%

 BLUE value IS 83 (32.81% from 255) = 19.04%

R = 51.61%
G = 29.36%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E18053 (or 0xE18053) is known color: Jaffa. HEX triplet: E1, 80 and 53. RGB value is (225,128,83). Sum of RGB (Red+Green+Blue) = 225+128+83=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 83 (32.81% from 255 or 19.04% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E18053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18053 is #1E7FAC. Grayscale: #989898. Windows color (decimal): -1998765 or 5472481. OLE color: 5472481.

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

Color convert

RGB 225 128 83 -
CMYK 0 0.43 0.63 0.12
HSL 19.01º 0.7% 0.6% -
HSV(B) 19.01º 0.63% 0.88% -
XYZ 40.33 32.07 12.25 -
YUV 151.87 89.14 180.16 -
System Red Green Blue C M Y K H S L
Decimal 225 128 83 0 0.43 0.63 0.12 19.01 0.7 0.6
Hex E1 80 53 0 2B 3F C 13 46 3C
Octal 341 200 123 0 53 77 14 23 106 74
Binary 11100001 10000000 1010011 0 101011 111111 1100 10011 1000110 111100

Color Harmonies of #E18053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18053

Black with #E18053

Text Example


Text Example

White with #E18053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18053; }

 p { color: rgb(225,128,83); }

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

background-color css

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

 a { background-color: rgb(225,128,83); }

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

border-color css

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

 span { border-color: rgb(225,128,83); }

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