Html Css Color HEX #EB733E Jaffa

📋 copy color: '#EB733E'

red 235 ◦ green 115 ◦ blue 62

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

Shades of Jaffa #EB733E

Tints of Jaffa #EB733E

RGB

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

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

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

R = 57.04%
G = 27.91%
B = 15.05%

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

#EB733E (or 0xEB733E) is known color: Jaffa. HEX triplet: EB, 73 and 3E. RGB value is (235,115,62). Sum of RGB (Red+Green+Blue) = 235+115+62=412 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.04% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 62 (24.61% from 255 or 15.05% from 412); Max value from RGB is 235 - color contains mainly: red. Hex color #EB733E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB733E is #148CC1. Grayscale: #919191. Windows color (decimal): -1346754 or 4092907. OLE color: 4092907.

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

Color convert

RGB 235 115 62 -
CMYK 0 0.51 0.74 0.08
HSL 18.38º 0.81% 0.58% -
HSV(B) 18.38º 0.74% 0.92% -
XYZ 41.26 30.27 8.23 -
YUV 144.84 81.26 192.31 -
System Red Green Blue C M Y K H S L
Decimal 235 115 62 0 0.51 0.74 0.08 18.38 0.81 0.58
Hex EB 73 3E 0 33 4A 8 12 51 3A
Octal 353 163 76 0 63 112 10 22 121 72
Binary 11101011 1110011 111110 0 110011 1001010 1000 10010 1010001 111010

Color Harmonies of #EB733E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB733E

Black with #EB733E

Text Example


Text Example

White with #EB733E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB733E; }

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

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

background-color css

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

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

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

border-color css

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

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

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