Html Css Color HEX #E6793F Jaffa

📋 copy color: '#E6793F'

red 230 ◦ green 121 ◦ blue 63

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

Shades of Jaffa #E6793F

Tints of Jaffa #E6793F

RGB

 RED value IS 230 (90.23% from 255) = 55.56%

 GREEN value IS 121 (47.66% from 255) = 29.23%

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

R = 55.56%
G = 29.23%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#E6793F (or 0xE6793F) is known color: Jaffa. HEX triplet: E6, 79 and 3F. RGB value is (230,121,63). Sum of RGB (Red+Green+Blue) = 230+121+63=414 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.56% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 63 (25% from 255 or 15.22% from 414); Max value from RGB is 230 - color contains mainly: red. Hex color #E6793F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6793F is #1986C0. Grayscale: #939393. Windows color (decimal): -1672897 or 4159974. OLE color: 4159974.

HSL color Cylindrical-coordinate representation of color #E6793F: hue angle of 20.84º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E6793F is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 121 63 -
CMYK 0 0.47 0.73 0.10
HSL 20.84º 0.77% 0.57% -
HSV(B) 20.84º 0.73% 0.9% -
XYZ 40.37 30.86 8.53 -
YUV 146.98 80.61 187.22 -
System Red Green Blue C M Y K H S L
Decimal 230 121 63 0 0.47 0.73 0.10 20.84 0.77 0.57
Hex E6 79 3F 0 2F 49 A 15 4D 39
Octal 346 171 77 0 57 111 12 25 115 71
Binary 11100110 1111001 111111 0 101111 1001001 1010 10101 1001101 111001

Color Harmonies of #E6793F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6793F

Black with #E6793F

Text Example


Text Example

White with #E6793F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6793F; }

 p { color: rgb(230,121,63); }

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

background-color css

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

 a { background-color: rgb(230,121,63); }

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

border-color css

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

 span { border-color: rgb(230,121,63); }

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