Html Css Color HEX #EB733B Jaffa

📋 copy color: '#EB733B'

red 235 ◦ green 115 ◦ blue 59

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

Shades of Jaffa #EB733B

Tints of Jaffa #EB733B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.43%

R = 57.46%
G = 28.12%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EB733B (or 0xEB733B) is known color: Jaffa. HEX triplet: EB, 73 and 3B. RGB value is (235,115,59). Sum of RGB (Red+Green+Blue) = 235+115+59=409 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.46% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 59 (23.44% from 255 or 14.43% from 409); Max value from RGB is 235 - color contains mainly: red. Hex color #EB733B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB733B is #148CC4. Grayscale: #909090. Windows color (decimal): -1346757 or 3896299. OLE color: 3896299.

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

Color convert

RGB 235 115 59 -
CMYK 0 0.51 0.75 0.08
HSL 19.09º 0.81% 0.58% -
HSV(B) 19.09º 0.75% 0.92% -
XYZ 41.18 30.24 7.8 -
YUV 144.5 79.76 192.55 -
System Red Green Blue C M Y K H S L
Decimal 235 115 59 0 0.51 0.75 0.08 19.09 0.81 0.58
Hex EB 73 3B 0 33 4B 8 13 51 3A
Octal 353 163 73 0 63 113 10 23 121 72
Binary 11101011 1110011 111011 0 110011 1001011 1000 10011 1010001 111010

Color Harmonies of #EB733B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB733B

Black with #EB733B

Text Example


Text Example

White with #EB733B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB733B; }

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

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

background-color css

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

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

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

border-color css

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

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

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