Html Css Color HEX #E1824E Jaffa

📋 copy color: '#E1824E'

red 225 ◦ green 130 ◦ blue 78

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

Shades of Jaffa #E1824E

Tints of Jaffa #E1824E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.01%

R = 51.96%
G = 30.02%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E1824E (or 0xE1824E) is known color: Jaffa. HEX triplet: E1, 82 and 4E. RGB value is (225,130,78). Sum of RGB (Red+Green+Blue) = 225+130+78=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 78 (30.86% from 255 or 18.01% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E1824E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1824E is #1E7DB1. Grayscale: #989898. Windows color (decimal): -1998258 or 5145313. OLE color: 5145313.

HSL color Cylindrical-coordinate representation of color #E1824E: hue angle of 21.22º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E1824E is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 130 78 -
CMYK 0 0.42 0.65 0.12
HSL 21.22º 0.71% 0.59% -
HSV(B) 21.22º 0.65% 0.88% -
XYZ 40.41 32.52 11.36 -
YUV 152.48 85.97 179.73 -
System Red Green Blue C M Y K H S L
Decimal 225 130 78 0 0.42 0.65 0.12 21.22 0.71 0.59
Hex E1 82 4E 0 2A 41 C 15 47 3B
Octal 341 202 116 0 52 101 14 25 107 73
Binary 11100001 10000010 1001110 0 101010 1000001 1100 10101 1000111 111011

Color Harmonies of #E1824E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1824E

Black with #E1824E

Text Example


Text Example

White with #E1824E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1824E; }

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

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

background-color css

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

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

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

border-color css

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

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

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