Html Css Color HEX #EB723D Jaffa

📋 copy color: '#EB723D'

red 235 ◦ green 114 ◦ blue 61

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

Shades of Jaffa #EB723D

Tints of Jaffa #EB723D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.88%

R = 57.32%
G = 27.8%
B = 14.88%

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

#EB723D (or 0xEB723D) is known color: Jaffa. HEX triplet: EB, 72 and 3D. RGB value is (235,114,61). Sum of RGB (Red+Green+Blue) = 235+114+61=410 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.32% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 61 (24.22% from 255 or 14.88% from 410); Max value from RGB is 235 - color contains mainly: red. Hex color #EB723D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB723D is #148DC2. Grayscale: #909090. Windows color (decimal): -1347011 or 4027115. OLE color: 4027115.

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

Color convert

RGB 235 114 61 -
CMYK 0 0.51 0.74 0.08
HSL 18.28º 0.81% 0.58% -
HSV(B) 18.28º 0.74% 0.92% -
XYZ 41.12 30.03 8.04 -
YUV 144.14 81.09 192.81 -
System Red Green Blue C M Y K H S L
Decimal 235 114 61 0 0.51 0.74 0.08 18.28 0.81 0.58
Hex EB 72 3D 0 33 4A 8 12 51 3A
Octal 353 162 75 0 63 112 10 22 121 72
Binary 11101011 1110010 111101 0 110011 1001010 1000 10010 1010001 111010

Color Harmonies of #EB723D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB723D

Black with #EB723D

Text Example


Text Example

White with #EB723D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB723D; }

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

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

background-color css

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

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

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

border-color css

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

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

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