Html Css Color HEX #E2824F Jaffa

📋 copy color: '#E2824F'

red 226 ◦ green 130 ◦ blue 79

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

Shades of Jaffa #E2824F

Tints of Jaffa #E2824F

RGB

 RED value IS 226 (88.67% from 255) = 51.95%

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

 BLUE value IS 79 (31.25% from 255) = 18.16%

R = 51.95%
G = 29.89%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E2824F (or 0xE2824F) is known color: Jaffa. HEX triplet: E2, 82 and 4F. RGB value is (226,130,79). Sum of RGB (Red+Green+Blue) = 226+130+79=435 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.95% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 79 (31.25% from 255 or 18.16% from 435); Max value from RGB is 226 - color contains mainly: red. Hex color #E2824F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2824F is #1D7DB0. Grayscale: #999999. Windows color (decimal): -1932721 or 5210850. OLE color: 5210850.

HSL color Cylindrical-coordinate representation of color #E2824F: hue angle of 20.82º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E2824F is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 130 79 -
CMYK 0 0.42 0.65 0.11
HSL 20.82º 0.72% 0.6% -
HSV(B) 20.82º 0.65% 0.89% -
XYZ 40.76 32.7 11.56 -
YUV 152.89 86.3 180.15 -
System Red Green Blue C M Y K H S L
Decimal 226 130 79 0 0.42 0.65 0.11 20.82 0.72 0.6
Hex E2 82 4F 0 2A 41 B 15 48 3C
Octal 342 202 117 0 52 101 13 25 110 74
Binary 11100010 10000010 1001111 0 101010 1000001 1011 10101 1001000 111100

Color Harmonies of #E2824F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2824F

Black with #E2824F

Text Example


Text Example

White with #E2824F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2824F; }

 p { color: rgb(226,130,79); }

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

background-color css

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

 a { background-color: rgb(226,130,79); }

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

border-color css

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

 span { border-color: rgb(226,130,79); }

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