Html Css Color HEX #EB7345 Jaffa

📋 copy color: '#EB7345'

red 235 ◦ green 115 ◦ blue 69

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

Shades of Jaffa #EB7345

Tints of Jaffa #EB7345

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.45%

 BLUE value IS 69 (27.34% from 255) = 16.47%

R = 56.09%
G = 27.45%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EB7345 (or 0xEB7345) is known color: Jaffa. HEX triplet: EB, 73 and 45. RGB value is (235,115,69). Sum of RGB (Red+Green+Blue) = 235+115+69=419 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.09% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 69 (27.34% from 255 or 16.47% from 419); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7345 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7345 is #148CBA. Grayscale: #919191. Windows color (decimal): -1346747 or 4551659. OLE color: 4551659.

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

Color convert

RGB 235 115 69 -
CMYK 0 0.51 0.71 0.08
HSL 16.63º 0.81% 0.6% -
HSV(B) 16.63º 0.71% 0.92% -
XYZ 41.47 30.35 9.3 -
YUV 145.64 84.76 191.74 -
System Red Green Blue C M Y K H S L
Decimal 235 115 69 0 0.51 0.71 0.08 16.63 0.81 0.6
Hex EB 73 45 0 33 47 8 11 51 3C
Octal 353 163 105 0 63 107 10 21 121 74
Binary 11101011 1110011 1000101 0 110011 1000111 1000 10001 1010001 111100

Color Harmonies of #EB7345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7345

Black with #EB7345

Text Example


Text Example

White with #EB7345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7345; }

 p { color: rgb(235,115,69); }

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

background-color css

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

 a { background-color: rgb(235,115,69); }

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

border-color css

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

 span { border-color: rgb(235,115,69); }

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