Html Css Color HEX #EB723F Jaffa

📋 copy color: '#EB723F'

red 235 ◦ green 114 ◦ blue 63

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

Shades of Jaffa #EB723F

Tints of Jaffa #EB723F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.67%

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

R = 57.04%
G = 27.67%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EB723F (or 0xEB723F) is known color: Jaffa. HEX triplet: EB, 72 and 3F. RGB value is (235,114,63). Sum of RGB (Red+Green+Blue) = 235+114+63=412 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.04% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 63 (25% from 255 or 15.29% from 412); Max value from RGB is 235 - color contains mainly: red. Hex color #EB723F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB723F is #148DC0. Grayscale: #909090. Windows color (decimal): -1347009 or 4158187. OLE color: 4158187.

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

Color convert

RGB 235 114 63 -
CMYK 0 0.51 0.73 0.08
HSL 17.79º 0.81% 0.58% -
HSV(B) 17.79º 0.73% 0.92% -
XYZ 41.18 30.06 8.33 -
YUV 144.37 82.09 192.65 -
System Red Green Blue C M Y K H S L
Decimal 235 114 63 0 0.51 0.73 0.08 17.79 0.81 0.58
Hex EB 72 3F 0 33 49 8 12 51 3A
Octal 353 162 77 0 63 111 10 22 121 72
Binary 11101011 1110010 111111 0 110011 1001001 1000 10010 1010001 111010

Color Harmonies of #EB723F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB723F

Black with #EB723F

Text Example


Text Example

White with #EB723F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB723F; }

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

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

background-color css

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

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

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

border-color css

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

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

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