Html Css Color HEX #E18250 Jaffa

📋 copy color: '#E18250'

red 225 ◦ green 130 ◦ blue 80

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

Shades of Jaffa #E18250

Tints of Jaffa #E18250

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.89%

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

R = 51.72%
G = 29.89%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E18250 (or 0xE18250) is known color: Jaffa. HEX triplet: E1, 82 and 50. RGB value is (225,130,80). Sum of RGB (Red+Green+Blue) = 225+130+80=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 80 (31.64% from 255 or 18.39% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E18250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18250 is #1E7DAF. Grayscale: #999999. Windows color (decimal): -1998256 or 5276385. OLE color: 5276385.

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

Color convert

RGB 225 130 80 -
CMYK 0 0.42 0.64 0.12
HSL 20.69º 0.71% 0.6% -
HSV(B) 20.69º 0.64% 0.88% -
XYZ 40.48 32.55 11.74 -
YUV 152.71 86.97 179.57 -
System Red Green Blue C M Y K H S L
Decimal 225 130 80 0 0.42 0.64 0.12 20.69 0.71 0.6
Hex E1 82 50 0 2A 40 C 15 47 3C
Octal 341 202 120 0 52 100 14 25 107 74
Binary 11100001 10000010 1010000 0 101010 1000000 1100 10101 1000111 111100

Color Harmonies of #E18250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18250

Black with #E18250

Text Example


Text Example

White with #E18250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18250; }

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

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

background-color css

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

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

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

border-color css

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

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

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