Html Css Color HEX #EB6F40 Jaffa

📋 copy color: '#EB6F40'

red 235 ◦ green 111 ◦ blue 64

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

Shades of Jaffa #EB6F40

Tints of Jaffa #EB6F40

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.07%

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

R = 57.32%
G = 27.07%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EB6F40 (or 0xEB6F40) is known color: Jaffa. HEX triplet: EB, 6F and 40. RGB value is (235,111,64). Sum of RGB (Red+Green+Blue) = 235+111+64=410 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.32% from 410); Green value is 111 (43.75% from 255 or 27.07% from 410); Blue value is 64 (25.39% from 255 or 15.61% from 410); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6F40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6F40 is #1490BF. Grayscale: #8F8F8F. Windows color (decimal): -1347776 or 4222955. OLE color: 4222955.

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

Color convert

RGB 235 111 64 -
CMYK 0 0.53 0.73 0.08
HSL 16.49º 0.81% 0.59% -
HSV(B) 16.49º 0.73% 0.92% -
XYZ 40.87 29.4 8.37 -
YUV 142.72 83.58 193.82 -
System Red Green Blue C M Y K H S L
Decimal 235 111 64 0 0.53 0.73 0.08 16.49 0.81 0.59
Hex EB 6F 40 0 35 49 8 10 51 3B
Octal 353 157 100 0 65 111 10 20 121 73
Binary 11101011 1101111 1000000 0 110101 1001001 1000 10000 1010001 111011

Color Harmonies of #EB6F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6F40

Black with #EB6F40

Text Example


Text Example

White with #EB6F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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