Html Css Color HEX #EB6E3F Jaffa

📋 copy color: '#EB6E3F'

red 235 ◦ green 110 ◦ blue 63

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

Shades of Jaffa #EB6E3F

Tints of Jaffa #EB6E3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.44%

R = 57.6%
G = 26.96%
B = 15.44%

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

#EB6E3F (or 0xEB6E3F) is known color: Jaffa. HEX triplet: EB, 6E and 3F. RGB value is (235,110,63). Sum of RGB (Red+Green+Blue) = 235+110+63=408 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.60% from 408); Green value is 110 (43.36% from 255 or 26.96% from 408); Blue value is 63 (25% from 255 or 15.44% from 408); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6E3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6E3F is #1491C0. Grayscale: #8E8E8E. Windows color (decimal): -1348033 or 4157163. OLE color: 4157163.

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

Color convert

RGB 235 110 63 -
CMYK 0 0.53 0.73 0.08
HSL 16.4º 0.81% 0.58% -
HSV(B) 16.4º 0.73% 0.92% -
XYZ 40.73 29.17 8.19 -
YUV 142.02 83.41 194.32 -
System Red Green Blue C M Y K H S L
Decimal 235 110 63 0 0.53 0.73 0.08 16.4 0.81 0.58
Hex EB 6E 3F 0 35 49 8 10 51 3A
Octal 353 156 77 0 65 111 10 20 121 72
Binary 11101011 1101110 111111 0 110101 1001001 1000 10000 1010001 111010

Color Harmonies of #EB6E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6E3F

Black with #EB6E3F

Text Example


Text Example

White with #EB6E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6E3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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