Html Css Color HEX #EB7242 Jaffa

📋 copy color: '#EB7242'

red 235 ◦ green 114 ◦ blue 66

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

Shades of Jaffa #EB7242

Tints of Jaffa #EB7242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.9%

R = 56.63%
G = 27.47%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EB7242 (or 0xEB7242) is known color: Jaffa. HEX triplet: EB, 72 and 42. RGB value is (235,114,66). Sum of RGB (Red+Green+Blue) = 235+114+66=415 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.63% from 415); Green value is 114 (44.92% from 255 or 27.47% from 415); Blue value is 66 (26.17% from 255 or 15.90% from 415); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7242 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7242 is #148DBD. Grayscale: #919191. Windows color (decimal): -1347006 or 4354795. OLE color: 4354795.

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

Color convert

RGB 235 114 66 -
CMYK 0 0.51 0.72 0.08
HSL 17.04º 0.81% 0.59% -
HSV(B) 17.04º 0.72% 0.92% -
XYZ 41.26 30.09 8.79 -
YUV 144.71 83.59 192.4 -
System Red Green Blue C M Y K H S L
Decimal 235 114 66 0 0.51 0.72 0.08 17.04 0.81 0.59
Hex EB 72 42 0 33 48 8 11 51 3B
Octal 353 162 102 0 63 110 10 21 121 73
Binary 11101011 1110010 1000010 0 110011 1001000 1000 10001 1010001 111011

Color Harmonies of #EB7242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7242

Black with #EB7242

Text Example


Text Example

White with #EB7242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7242; }

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

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

background-color css

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

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

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

border-color css

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

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

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