Html Css Color HEX #EB7144 Jaffa

📋 copy color: '#EB7144'

red 235 ◦ green 113 ◦ blue 68

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

Shades of Jaffa #EB7144

Tints of Jaffa #EB7144

RGB

 RED value IS 235 (92.19% from 255) = 56.49%

 GREEN value IS 113 (44.53% from 255) = 27.16%

 BLUE value IS 68 (26.95% from 255) = 16.35%

R = 56.49%
G = 27.16%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EB7144 (or 0xEB7144) is known color: Jaffa. HEX triplet: EB, 71 and 44. RGB value is (235,113,68). Sum of RGB (Red+Green+Blue) = 235+113+68=416 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.49% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 68 (26.95% from 255 or 16.35% from 416); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7144 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7144 is #148EBB. Grayscale: #909090. Windows color (decimal): -1347260 or 4485611. OLE color: 4485611.

HSL color Cylindrical-coordinate representation of color #EB7144: hue angle of 16.17º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EB7144 is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 113 68 -
CMYK 0 0.52 0.71 0.08
HSL 16.17º 0.81% 0.59% -
HSV(B) 16.17º 0.71% 0.92% -
XYZ 41.21 29.89 9.07 -
YUV 144.35 84.92 192.66 -
System Red Green Blue C M Y K H S L
Decimal 235 113 68 0 0.52 0.71 0.08 16.17 0.81 0.59
Hex EB 71 44 0 34 47 8 10 51 3B
Octal 353 161 104 0 64 107 10 20 121 73
Binary 11101011 1110001 1000100 0 110100 1000111 1000 10000 1010001 111011

Color Harmonies of #EB7144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7144

Black with #EB7144

Text Example


Text Example

White with #EB7144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7144; }

 p { color: rgb(235,113,68); }

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

background-color css

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

 a { background-color: rgb(235,113,68); }

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

border-color css

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

 span { border-color: rgb(235,113,68); }

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