Html Css Color HEX #E1824C Jaffa

📋 copy color: '#E1824C'

red 225 ◦ green 130 ◦ blue 76

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

Shades of Jaffa #E1824C

Tints of Jaffa #E1824C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.63%

R = 52.2%
G = 30.16%
B = 17.63%

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

#E1824C (or 0xE1824C) is known color: Jaffa. HEX triplet: E1, 82 and 4C. RGB value is (225,130,76). Sum of RGB (Red+Green+Blue) = 225+130+76=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 76 (30.08% from 255 or 17.63% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E1824C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1824C is #1E7DB3. Grayscale: #989898. Windows color (decimal): -1998260 or 5014241. OLE color: 5014241.

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

Color convert

RGB 225 130 76 -
CMYK 0 0.42 0.66 0.12
HSL 21.74º 0.71% 0.59% -
HSV(B) 21.74º 0.66% 0.88% -
XYZ 40.34 32.49 10.98 -
YUV 152.25 84.97 179.89 -
System Red Green Blue C M Y K H S L
Decimal 225 130 76 0 0.42 0.66 0.12 21.74 0.71 0.59
Hex E1 82 4C 0 2A 42 C 16 47 3B
Octal 341 202 114 0 52 102 14 26 107 73
Binary 11100001 10000010 1001100 0 101010 1000010 1100 10110 1000111 111011

Color Harmonies of #E1824C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1824C

Black with #E1824C

Text Example


Text Example

White with #E1824C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1824C; }

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

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

background-color css

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

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

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

border-color css

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

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

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