Html Css Color HEX #EB743E Jaffa

📋 copy color: '#EB743E'

red 235 ◦ green 116 ◦ blue 62

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

Shades of Jaffa #EB743E

Tints of Jaffa #EB743E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.01%

R = 56.9%
G = 28.09%
B = 15.01%

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

#EB743E (or 0xEB743E) is known color: Jaffa. HEX triplet: EB, 74 and 3E. RGB value is (235,116,62). Sum of RGB (Red+Green+Blue) = 235+116+62=413 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.90% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 62 (24.61% from 255 or 15.01% from 413); Max value from RGB is 235 - color contains mainly: red. Hex color #EB743E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB743E is #148BC1. Grayscale: #919191. Windows color (decimal): -1346498 or 4093163. OLE color: 4093163.

HSL color Cylindrical-coordinate representation of color #EB743E: hue angle of 18.73º 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 #EB743E is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 116 62 -
CMYK 0 0.51 0.74 0.08
HSL 18.73º 0.81% 0.58% -
HSV(B) 18.73º 0.74% 0.92% -
XYZ 41.38 30.5 8.26 -
YUV 145.43 80.92 191.89 -
System Red Green Blue C M Y K H S L
Decimal 235 116 62 0 0.51 0.74 0.08 18.73 0.81 0.58
Hex EB 74 3E 0 33 4A 8 13 51 3A
Octal 353 164 76 0 63 112 10 23 121 72
Binary 11101011 1110100 111110 0 110011 1001010 1000 10011 1010001 111010

Color Harmonies of #EB743E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB743E

Black with #EB743E

Text Example


Text Example

White with #EB743E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB743E; }

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

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

background-color css

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

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

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

border-color css

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

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

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