Html Css Color HEX #E6703F Jaffa

📋 copy color: '#E6703F'

red 230 ◦ green 112 ◦ blue 63

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

Shades of Jaffa #E6703F

Tints of Jaffa #E6703F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.65%

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

R = 56.79%
G = 27.65%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#E6703F (or 0xE6703F) is known color: Jaffa. HEX triplet: E6, 70 and 3F. RGB value is (230,112,63). Sum of RGB (Red+Green+Blue) = 230+112+63=405 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.79% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 63 (25% from 255 or 15.56% from 405); Max value from RGB is 230 - color contains mainly: red. Hex color #E6703F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6703F is #198FC0. Grayscale: #8E8E8E. Windows color (decimal): -1675201 or 4157670. OLE color: 4157670.

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

Color convert

RGB 230 112 63 -
CMYK 0 0.51 0.73 0.10
HSL 17.6º 0.77% 0.57% -
HSV(B) 17.6º 0.73% 0.9% -
XYZ 39.32 28.77 8.18 -
YUV 141.7 83.59 190.98 -
System Red Green Blue C M Y K H S L
Decimal 230 112 63 0 0.51 0.73 0.10 17.6 0.77 0.57
Hex E6 70 3F 0 33 49 A 12 4D 39
Octal 346 160 77 0 63 111 12 22 115 71
Binary 11100110 1110000 111111 0 110011 1001001 1010 10010 1001101 111001

Color Harmonies of #E6703F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6703F

Black with #E6703F

Text Example


Text Example

White with #E6703F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6703F; }

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

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

background-color css

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

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

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

border-color css

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

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

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