Html Css Color HEX #EB773F Jaffa

📋 copy color: '#EB773F'

red 235 ◦ green 119 ◦ blue 63

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

Shades of Jaffa #EB773F

Tints of Jaffa #EB773F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.54%

 BLUE value IS 63 (25% from 255) = 15.11%

R = 56.35%
G = 28.54%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EB773F (or 0xEB773F) is known color: Jaffa. HEX triplet: EB, 77 and 3F. RGB value is (235,119,63). Sum of RGB (Red+Green+Blue) = 235+119+63=417 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.35% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 63 (25% from 255 or 15.11% from 417); Max value from RGB is 235 - color contains mainly: red. Hex color #EB773F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB773F is #1488C0. Grayscale: #939393. Windows color (decimal): -1345729 or 4159467. OLE color: 4159467.

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

Color convert

RGB 235 119 63 -
CMYK 0 0.49 0.73 0.08
HSL 19.53º 0.81% 0.58% -
HSV(B) 19.53º 0.73% 0.92% -
XYZ 41.75 31.21 8.53 -
YUV 147.3 80.43 190.55 -
System Red Green Blue C M Y K H S L
Decimal 235 119 63 0 0.49 0.73 0.08 19.53 0.81 0.58
Hex EB 77 3F 0 31 49 8 14 51 3A
Octal 353 167 77 0 61 111 10 24 121 72
Binary 11101011 1110111 111111 0 110001 1001001 1000 10100 1010001 111010

Color Harmonies of #EB773F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB773F

Black with #EB773F

Text Example


Text Example

White with #EB773F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB773F; }

 p { color: rgb(235,119,63); }

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

background-color css

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

 a { background-color: rgb(235,119,63); }

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

border-color css

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

 span { border-color: rgb(235,119,63); }

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