Html Css Color HEX #E7703F Jaffa

📋 copy color: '#E7703F'

red 231 ◦ green 112 ◦ blue 63

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

Shades of Jaffa #E7703F

Tints of Jaffa #E7703F

RGB

 RED value IS 231 (90.63% from 255) = 56.9%

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

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

R = 56.9%
G = 27.59%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#E7703F (or 0xE7703F) is known color: Jaffa. HEX triplet: E7, 70 and 3F. RGB value is (231,112,63). Sum of RGB (Red+Green+Blue) = 231+112+63=406 (53% of max value = 765). Red value is 231 (90.62% from 255 or 56.90% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 63 (25% from 255 or 15.52% from 406); Max value from RGB is 231 - color contains mainly: red. Hex color #E7703F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7703F is #188FC0. Grayscale: #8E8E8E. Windows color (decimal): -1609665 or 4157671. OLE color: 4157671.

HSL color Cylindrical-coordinate representation of color #E7703F: hue angle of 17.5º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E7703F is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 112 63 -
CMYK 0 0.52 0.73 0.09
HSL 17.5º 0.78% 0.58% -
HSV(B) 17.5º 0.73% 0.91% -
XYZ 39.65 28.94 8.2 -
YUV 142 83.42 191.48 -
System Red Green Blue C M Y K H S L
Decimal 231 112 63 0 0.52 0.73 0.09 17.5 0.78 0.58
Hex E7 70 3F 0 34 49 9 12 4E 3A
Octal 347 160 77 0 64 111 11 22 116 72
Binary 11100111 1110000 111111 0 110100 1001001 1001 10010 1001110 111010

Color Harmonies of #E7703F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7703F

Black with #E7703F

Text Example


Text Example

White with #E7703F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7703F; }

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

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

background-color css

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

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

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

border-color css

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

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

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