Html Css Color HEX #E17B40 Jaffa

📋 copy color: '#E17B40'

red 225 ◦ green 123 ◦ blue 64

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

Shades of Jaffa #E17B40

Tints of Jaffa #E17B40

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.85%

 BLUE value IS 64 (25.39% from 255) = 15.53%

R = 54.61%
G = 29.85%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E17B40 (or 0xE17B40) is known color: Jaffa. HEX triplet: E1, 7B and 40. RGB value is (225,123,64). Sum of RGB (Red+Green+Blue) = 225+123+64=412 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.61% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 64 (25.39% from 255 or 15.53% from 412); Max value from RGB is 225 - color contains mainly: red. Hex color #E17B40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17B40 is #1E84BF. Grayscale: #939393. Windows color (decimal): -2000064 or 4226017. OLE color: 4226017.

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

Color convert

RGB 225 123 64 -
CMYK 0 0.45 0.72 0.12
HSL 21.99º 0.73% 0.57% -
HSV(B) 21.99º 0.72% 0.88% -
XYZ 39.06 30.54 8.69 -
YUV 146.77 81.29 183.8 -
System Red Green Blue C M Y K H S L
Decimal 225 123 64 0 0.45 0.72 0.12 21.99 0.73 0.57
Hex E1 7B 40 0 2D 48 C 16 49 39
Octal 341 173 100 0 55 110 14 26 111 71
Binary 11100001 1111011 1000000 0 101101 1001000 1100 10110 1001001 111001

Color Harmonies of #E17B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17B40

Black with #E17B40

Text Example


Text Example

White with #E17B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17B40; }

 p { color: rgb(225,123,64); }

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

background-color css

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

 a { background-color: rgb(225,123,64); }

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

border-color css

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

 span { border-color: rgb(225,123,64); }

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