Html Css Color HEX #E18150 Jaffa

📋 copy color: '#E18150'

red 225 ◦ green 129 ◦ blue 80

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

Shades of Jaffa #E18150

Tints of Jaffa #E18150

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.72%

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

R = 51.84%
G = 29.72%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E18150 (or 0xE18150) is known color: Jaffa. HEX triplet: E1, 81 and 50. RGB value is (225,129,80). Sum of RGB (Red+Green+Blue) = 225+129+80=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 129 (50.78% from 255 or 29.72% from 434); Blue value is 80 (31.64% from 255 or 18.43% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E18150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18150 is #1E7EAF. Grayscale: #989898. Windows color (decimal): -1998512 or 5276129. OLE color: 5276129.

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

Color convert

RGB 225 129 80 -
CMYK 0 0.43 0.64 0.12
HSL 20.28º 0.71% 0.6% -
HSV(B) 20.28º 0.64% 0.88% -
XYZ 40.35 32.29 11.69 -
YUV 152.12 87.3 179.98 -
System Red Green Blue C M Y K H S L
Decimal 225 129 80 0 0.43 0.64 0.12 20.28 0.71 0.6
Hex E1 81 50 0 2B 40 C 14 47 3C
Octal 341 201 120 0 53 100 14 24 107 74
Binary 11100001 10000001 1010000 0 101011 1000000 1100 10100 1000111 111100

Color Harmonies of #E18150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18150

Black with #E18150

Text Example


Text Example

White with #E18150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18150; }

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

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

background-color css

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

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

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

border-color css

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

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

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