Html Css Color HEX #EB6E41 Jaffa

📋 copy color: '#EB6E41'

red 235 ◦ green 110 ◦ blue 65

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

Shades of Jaffa #EB6E41

Tints of Jaffa #EB6E41

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.83%

 BLUE value IS 65 (25.78% from 255) = 15.85%

R = 57.32%
G = 26.83%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EB6E41 (or 0xEB6E41) is known color: Jaffa. HEX triplet: EB, 6E and 41. RGB value is (235,110,65). Sum of RGB (Red+Green+Blue) = 235+110+65=410 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.32% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 65 (25.78% from 255 or 15.85% from 410); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6E41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6E41 is #1491BE. Grayscale: #8E8E8E. Windows color (decimal): -1348031 or 4288235. OLE color: 4288235.

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

Color convert

RGB 235 110 65 -
CMYK 0 0.53 0.72 0.08
HSL 15.88º 0.81% 0.59% -
HSV(B) 15.88º 0.72% 0.92% -
XYZ 40.79 29.2 8.49 -
YUV 142.25 84.41 194.16 -
System Red Green Blue C M Y K H S L
Decimal 235 110 65 0 0.53 0.72 0.08 15.88 0.81 0.59
Hex EB 6E 41 0 35 48 8 10 51 3B
Octal 353 156 101 0 65 110 10 20 121 73
Binary 11101011 1101110 1000001 0 110101 1001000 1000 10000 1010001 111011

Color Harmonies of #EB6E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6E41

Black with #EB6E41

Text Example


Text Example

White with #EB6E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6E41; }

 p { color: rgb(235,110,65); }

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

background-color css

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

 a { background-color: rgb(235,110,65); }

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

border-color css

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

 span { border-color: rgb(235,110,65); }

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