Html Css Color HEX #E0824D Jaffa

📋 copy color: '#E0824D'

red 224 ◦ green 130 ◦ blue 77

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

Shades of Jaffa #E0824D

Tints of Jaffa #E0824D

RGB

 RED value IS 224 (87.89% from 255) = 51.97%

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

 BLUE value IS 77 (30.47% from 255) = 17.87%

R = 51.97%
G = 30.16%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E0824D (or 0xE0824D) is known color: Jaffa. HEX triplet: E0, 82 and 4D. RGB value is (224,130,77). Sum of RGB (Red+Green+Blue) = 224+130+77=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E0824D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0824D is #1F7DB2. Grayscale: #989898. Windows color (decimal): -2063795 or 5079776. OLE color: 5079776.

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

Color convert

RGB 224 130 77 -
CMYK 0 0.42 0.66 0.12
HSL 21.63º 0.7% 0.59% -
HSV(B) 21.63º 0.66% 0.88% -
XYZ 40.06 32.35 11.15 -
YUV 152.06 85.64 179.31 -
System Red Green Blue C M Y K H S L
Decimal 224 130 77 0 0.42 0.66 0.12 21.63 0.7 0.59
Hex E0 82 4D 0 2A 42 C 16 46 3B
Octal 340 202 115 0 52 102 14 26 106 73
Binary 11100000 10000010 1001101 0 101010 1000010 1100 10110 1000110 111011

Color Harmonies of #E0824D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0824D

Black with #E0824D

Text Example


Text Example

White with #E0824D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0824D; }

 p { color: rgb(224,130,77); }

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

background-color css

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

 a { background-color: rgb(224,130,77); }

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

border-color css

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

 span { border-color: rgb(224,130,77); }

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