Html Css Color HEX #EB7240 Jaffa

📋 copy color: '#EB7240'

red 235 ◦ green 114 ◦ blue 64

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

Shades of Jaffa #EB7240

Tints of Jaffa #EB7240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.5%

R = 56.9%
G = 27.6%
B = 15.5%

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

#EB7240 (or 0xEB7240) is known color: Jaffa. HEX triplet: EB, 72 and 40. RGB value is (235,114,64). Sum of RGB (Red+Green+Blue) = 235+114+64=413 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.90% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7240 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7240 is #148DBF. Grayscale: #909090. Windows color (decimal): -1347008 or 4223723. OLE color: 4223723.

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

Color convert

RGB 235 114 64 -
CMYK 0 0.51 0.73 0.08
HSL 17.54º 0.81% 0.59% -
HSV(B) 17.54º 0.73% 0.92% -
XYZ 41.2 30.07 8.48 -
YUV 144.48 82.59 192.57 -
System Red Green Blue C M Y K H S L
Decimal 235 114 64 0 0.51 0.73 0.08 17.54 0.81 0.59
Hex EB 72 40 0 33 49 8 12 51 3B
Octal 353 162 100 0 63 111 10 22 121 73
Binary 11101011 1110010 1000000 0 110011 1001001 1000 10010 1010001 111011

Color Harmonies of #EB7240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7240

Black with #EB7240

Text Example


Text Example

White with #EB7240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7240; }

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

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

background-color css

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

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

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

border-color css

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

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

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