Html Css Color HEX #EB743C Jaffa

📋 copy color: '#EB743C'

red 235 ◦ green 116 ◦ blue 60

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

Shades of Jaffa #EB743C

Tints of Jaffa #EB743C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.22%

 BLUE value IS 60 (23.83% from 255) = 14.6%

R = 57.18%
G = 28.22%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB743C (or 0xEB743C) is known color: Jaffa. HEX triplet: EB, 74 and 3C. RGB value is (235,116,60). Sum of RGB (Red+Green+Blue) = 235+116+60=411 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.18% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 60 (23.83% from 255 or 14.60% from 411); Max value from RGB is 235 - color contains mainly: red. Hex color #EB743C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB743C is #148BC3. Grayscale: #919191. Windows color (decimal): -1346500 or 3962091. OLE color: 3962091.

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

Color convert

RGB 235 116 60 -
CMYK 0 0.51 0.74 0.08
HSL 19.2º 0.81% 0.58% -
HSV(B) 19.2º 0.74% 0.92% -
XYZ 41.32 30.48 7.98 -
YUV 145.2 79.92 192.05 -
System Red Green Blue C M Y K H S L
Decimal 235 116 60 0 0.51 0.74 0.08 19.2 0.81 0.58
Hex EB 74 3C 0 33 4A 8 13 51 3A
Octal 353 164 74 0 63 112 10 23 121 72
Binary 11101011 1110100 111100 0 110011 1001010 1000 10011 1010001 111010

Color Harmonies of #EB743C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB743C

Black with #EB743C

Text Example


Text Example

White with #EB743C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB743C; }

 p { color: rgb(235,116,60); }

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

background-color css

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

 a { background-color: rgb(235,116,60); }

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

border-color css

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

 span { border-color: rgb(235,116,60); }

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