Html Css Color HEX #E0834D Jaffa

📋 copy color: '#E0834D'

red 224 ◦ green 131 ◦ blue 77

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

Shades of Jaffa #E0834D

Tints of Jaffa #E0834D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.32%

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

R = 51.85%
G = 30.32%
B = 17.82%

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

#E0834D (or 0xE0834D) is known color: Jaffa. HEX triplet: E0, 83 and 4D. RGB value is (224,131,77). Sum of RGB (Red+Green+Blue) = 224+131+77=432 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.85% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 77 (30.47% from 255 or 17.82% from 432); Max value from RGB is 224 - color contains mainly: red. Hex color #E0834D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0834D is #1F7CB2. Grayscale: #989898. Windows color (decimal): -2063539 or 5080032. OLE color: 5080032.

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

Color convert

RGB 224 131 77 -
CMYK 0 0.42 0.66 0.12
HSL 22.04º 0.7% 0.59% -
HSV(B) 22.04º 0.66% 0.88% -
XYZ 40.2 32.62 11.2 -
YUV 152.65 85.31 178.89 -
System Red Green Blue C M Y K H S L
Decimal 224 131 77 0 0.42 0.66 0.12 22.04 0.7 0.59
Hex E0 83 4D 0 2A 42 C 16 46 3B
Octal 340 203 115 0 52 102 14 26 106 73
Binary 11100000 10000011 1001101 0 101010 1000010 1100 10110 1000110 111011

Color Harmonies of #E0834D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0834D

Black with #E0834D

Text Example


Text Example

White with #E0834D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0834D; }

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

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

background-color css

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

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

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

border-color css

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

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

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