Html Css Color HEX #E18353 Jaffa

📋 copy color: '#E18353'

red 225 ◦ green 131 ◦ blue 83

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

Shades of Jaffa #E18353

Tints of Jaffa #E18353

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.84%

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

R = 51.25%
G = 29.84%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E18353 (or 0xE18353) is known color: Jaffa. HEX triplet: E1, 83 and 53. RGB value is (225,131,83). Sum of RGB (Red+Green+Blue) = 225+131+83=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 131 (51.56% from 255 or 29.84% from 439); Blue value is 83 (32.81% from 255 or 18.91% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E18353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18353 is #1E7CAC. Grayscale: #999999. Windows color (decimal): -1997997 or 5473249. OLE color: 5473249.

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

Color convert

RGB 225 131 83 -
CMYK 0 0.42 0.63 0.12
HSL 20.28º 0.7% 0.6% -
HSV(B) 20.28º 0.63% 0.88% -
XYZ 40.73 32.86 12.38 -
YUV 153.63 88.14 178.9 -
System Red Green Blue C M Y K H S L
Decimal 225 131 83 0 0.42 0.63 0.12 20.28 0.7 0.6
Hex E1 83 53 0 2A 3F C 14 46 3C
Octal 341 203 123 0 52 77 14 24 106 74
Binary 11100001 10000011 1010011 0 101010 111111 1100 10100 1000110 111100

Color Harmonies of #E18353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18353

Black with #E18353

Text Example


Text Example

White with #E18353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18353; }

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

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

background-color css

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

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

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

border-color css

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

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

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