Html Css Color HEX #E1814B Jaffa

📋 copy color: '#E1814B'

red 225 ◦ green 129 ◦ blue 75

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

Shades of Jaffa #E1814B

Tints of Jaffa #E1814B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.07%

 BLUE value IS 75 (29.69% from 255) = 17.48%

R = 52.45%
G = 30.07%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E1814B (or 0xE1814B) is known color: Jaffa. HEX triplet: E1, 81 and 4B. RGB value is (225,129,75). Sum of RGB (Red+Green+Blue) = 225+129+75=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 75 (29.69% from 255 or 17.48% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E1814B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1814B is #1E7EB4. Grayscale: #979797. Windows color (decimal): -1998517 or 4948449. OLE color: 4948449.

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

Color convert

RGB 225 129 75 -
CMYK 0 0.43 0.67 0.12
HSL 21.6º 0.71% 0.59% -
HSV(B) 21.6º 0.67% 0.88% -
XYZ 40.17 32.22 10.76 -
YUV 151.55 84.8 180.39 -
System Red Green Blue C M Y K H S L
Decimal 225 129 75 0 0.43 0.67 0.12 21.6 0.71 0.59
Hex E1 81 4B 0 2B 43 C 16 47 3B
Octal 341 201 113 0 53 103 14 26 107 73
Binary 11100001 10000001 1001011 0 101011 1000011 1100 10110 1000111 111011

Color Harmonies of #E1814B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1814B

Black with #E1814B

Text Example


Text Example

White with #E1814B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1814B; }

 p { color: rgb(225,129,75); }

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

background-color css

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

 a { background-color: rgb(225,129,75); }

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

border-color css

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

 span { border-color: rgb(225,129,75); }

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