Html Css Color HEX #E2824E Jaffa

📋 copy color: '#E2824E'

red 226 ◦ green 130 ◦ blue 78

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

Shades of Jaffa #E2824E

Tints of Jaffa #E2824E

RGB

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

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

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

R = 52.07%
G = 29.95%
B = 17.97%

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

#E2824E (or 0xE2824E) is known color: Jaffa. HEX triplet: E2, 82 and 4E. RGB value is (226,130,78). Sum of RGB (Red+Green+Blue) = 226+130+78=434 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.07% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 78 (30.86% from 255 or 17.97% from 434); Max value from RGB is 226 - color contains mainly: red. Hex color #E2824E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2824E is #1D7DB1. Grayscale: #999999. Windows color (decimal): -1932722 or 5145314. OLE color: 5145314.

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

Color convert

RGB 226 130 78 -
CMYK 0 0.42 0.65 0.11
HSL 21.08º 0.72% 0.6% -
HSV(B) 21.08º 0.65% 0.89% -
XYZ 40.72 32.68 11.37 -
YUV 152.78 85.8 180.23 -
System Red Green Blue C M Y K H S L
Decimal 226 130 78 0 0.42 0.65 0.11 21.08 0.72 0.6
Hex E2 82 4E 0 2A 41 B 15 48 3C
Octal 342 202 116 0 52 101 13 25 110 74
Binary 11100010 10000010 1001110 0 101010 1000001 1011 10101 1001000 111100

Color Harmonies of #E2824E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2824E

Black with #E2824E

Text Example


Text Example

White with #E2824E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2824E; }

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

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

background-color css

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

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

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

border-color css

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

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

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