Html Css Color HEX #E1824A Jaffa

📋 copy color: '#E1824A'

red 225 ◦ green 130 ◦ blue 74

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

Shades of Jaffa #E1824A

Tints of Jaffa #E1824A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.25%

R = 52.45%
G = 30.3%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E1824A (or 0xE1824A) is known color: Jaffa. HEX triplet: E1, 82 and 4A. RGB value is (225,130,74). Sum of RGB (Red+Green+Blue) = 225+130+74=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 74 (29.30% from 255 or 17.25% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E1824A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1824A is #1E7DB5. Grayscale: #989898. Windows color (decimal): -1998262 or 4883169. OLE color: 4883169.

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

Color convert

RGB 225 130 74 -
CMYK 0 0.42 0.67 0.12
HSL 22.25º 0.72% 0.59% -
HSV(B) 22.25º 0.67% 0.88% -
XYZ 40.27 32.47 10.62 -
YUV 152.02 83.97 180.05 -
System Red Green Blue C M Y K H S L
Decimal 225 130 74 0 0.42 0.67 0.12 22.25 0.72 0.59
Hex E1 82 4A 0 2A 43 C 16 48 3B
Octal 341 202 112 0 52 103 14 26 110 73
Binary 11100001 10000010 1001010 0 101010 1000011 1100 10110 1001000 111011

Color Harmonies of #E1824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1824A

Black with #E1824A

Text Example


Text Example

White with #E1824A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1824A; }

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

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

background-color css

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

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

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

border-color css

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

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

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